Skip to content

v3.0.0

Compare
Choose a tag to compare
@Hargne Hargne released this 30 Mar 11:05
· 119 commits to master since this release
ff12e93

Information

The entire library has been converted into Typescript to improve code quality.

⚠️ Deprecation warnings

The themes lightTheme and darkTheme has been removed from the project and are no longer available to use. The theme option is being deprecated as the only option viable now is defaultTheme

Features & Fixes

  • Removed themes lightTheme and darkTheme
  • Complete revamp of the defaultTheme
  • Separated test execution time from test result
    It is now possible to see the the execution time for failed and pending tests as well as passing
  • Added information for suites (amount/passed/pending/failed) as a supplement to tests
    Fixes #83
  • Fixed issue with executionTimeWarningThreshold
  • Fixed pre CSS wrapping issues on smaller screens
  • Fixed title sorting to also sort by test text. (titleAsc | titleDesc)
    The order of sorting is now as follows: testFilePath > ancestorTitles > testTitle
    Fixes #55

Maintenance & Chores

  • Converted the entire library into Typescript
  • Improved test cases
  • Added usage of Prettier for code quality
  • Switched to Yarn, in favour of NPM