-
Add auto expand of mian table when scroll
when scrollto a row, the row will expand automatically,so can more easy find the row's position.
-
Add clipboard feature in main table
you can click copy icon to copy path to clipboard in main table.
-
add feature of customize file name and file path
you can config to generate reporter anywhere you want
-
add icon for information board
-
click dashboard card can scroll to corresponding test
when there has error click the dashboard card can easy find the row's position.
- add footer of the page.
- add start time info in information board.
- fix bug [ignore empty public path when create
#5
].
- fix bug [fixing typo
Passd
->All Passed
#8
]. - Nested describes [Separate tests by their respective
describe
blocks#9
].
- add expand all feature.
- add support display
todo
test.
- add custom header/title for report.
- add custom logo for report.
- add the ability to show custom Infos in report.
- add collapsible Test Groups feature.
- add attach screenshot to report feature.
- add custom command feature.
- add env config for all option.
- add multiple result unite report support
- change chart tooltip and labels (community contribute)
- empty header when there is no config (community contribute)
- custom context to addAttach and addMsg(community contribute)
- custom temp dir path (community contribute)
- open browser and show link to coverage (community contribute)
- fix custom info parse issue
- add case info to error popup
- show failure test suites messages only in HTML report (community idea)
- use system's temp dir for attach temp folder (community idea)
- merge feature and merge level config option (community idea)
- support attach log for before all hook (community idea)
- fix table can not expend issue.
- remove multiple related logic.
- fix multiple user test temp dir error issue.
- Add hour data while displaying time duration.
- using ts for index file to generate d.ts file.
- Added fourth option to
addAttach
to allow specifying attachment filetype. - refactor helper
addAttach
andaddMsg
function, using object as a parameters. - refactor build script, remove inline
script
code. - add html support for custom info section.
- fix bug fix: 🐛 fix resource dir overwrite issue when multiple project(#180).
- support global root dir variable.
- support inline resource option (community required).
- fix message layout issue.
- fix coverage report path error issue.
- deep clone result.
- fix add message display style.
- fix addMsg type.
- add case exec time count toggle button.
- fix inlineSource create dir issue.
- improve failureMessageOnly option to support not create report request.
- add a test file link to each row (community contribute).
- fix: apply break-word to each table cell by @nissy-dev in #227
- fix: report fails on circular object clone by @OleksandrMartyniuk in #230
- Fix long path names causing table overflow by @danielduong8 in #251
- Add check context[key] is defined before accessing it. by @devinea in #252
- Support Dark Theme. by @Hazyzh in #254
- bump package version, using create react app to build resource by @Hazyzh in #255
- Fix style issue of table and attach file.
- Add console log configuration
- fix double slashes url issue by @Hazyzh in #264
- fix deep clone issue by @Hazyzh in #265
- add sort function and button for sort test by file name by @warakonsantang in #282
- Fix when sort column, hover effect will not working by @warakonsantang in #288
- fix(helper): fix add message method type by @Hazyzh in #294
- feat/add default content format by @Hazyzh in #295
- skip the pending tests and suites in the final report #298
- fix count issue for skip pending tests option #298