Skip to content

v10.1.0

Compare
Choose a tag to compare
@Kabir-Ivan Kabir-Ivan released this 20 Jun 12:22
· 131 commits to master since this release
ddb5abd

🚀 Improvements

  • feat: add ability to run cli commands using html-reporter binary (#551)

An example of running gui using html-reporter binary:

npx html-reporter gui

This is a preliminary step before support gui for Playwright.

🐛 Bug fixes

  • fix: the state of the "Run tests" button is saved to localStorage. The default state is "Run failed tests" (#554)
  • fix: escape regexp chars when copying a test link (#552)