Skip to content

Releases: felixjb/testify

v1.13.0

19 Dec 16:36
Compare
Choose a tag to compare

Added

  • Support for Vitest test runner

Changed

  • Use debug console for debug sessions instead of integrated terminal
  • Reordered codelens commands to: Run, Watch, Debug
  • Updated dependencies

v1.12.1

26 Apr 13:42
Compare
Choose a tag to compare

Fixed

  • Escape special characters in test description when running tests so the command is correctly executed

v1.12.0

25 Apr 11:29
Compare
Choose a tag to compare

Added

  • Add autoClear setting to automatically clear the terminal before running tests

v1.11.1

24 Apr 10:41
Compare
Choose a tag to compare

Fixed

  • Fixed run test command using undefined value when no value supplied for watch option

v1.11.0

23 Apr 23:17
Compare
Choose a tag to compare

Added

  • Add Watch test command to run tests in watch mode - thanks to @Beleren
  • Add vue as a supported file type for test detection

Changed

  • Shorten the commands CodeLens text by removing the Test suffix
  • Reuse the open terminal instance when running tests
  • Customize the terminal name, icon and color
  • Use "cwd" option to create terminal instead of manually navigating to workspace URI
  • Add error message for unsupported test runner
  • Improve error messages by adding name and path

Fixed

  • Fix bundling issue with webpack that caused the extension to not load CodeLens

v1.10.0

17 Apr 20:57
Compare
Choose a tag to compare

Changed

  • Change activation events to onLanguage:typescript and onLanguage:javascript to improve performance
  • Update documentation files, workflows and general development experience

Fixed

  • Fix test command so it escapes quotes in test description

Security

  • Update all project dependencies to address vulnerabilities and keep the project up to date

v1.9.0

03 Jun 13:03
Compare
Choose a tag to compare

Added

  • Support for playwright test runner

v1.8.0

11 Jan 21:03
Compare
Choose a tag to compare

Added

  • Add support to jest-each intellisense and improve overall code parsing and test detection
  • Add @calebboyd as a contributor.

Fixed

  • Fix parser incorrectly identifying Regexp .test method as a test
  • Fix parser incorrectly identifying identifier with name "it" as a test

v1.7.0

12 Jan 14:37
Compare
Choose a tag to compare

Added

  • Add support to decorators in the parser
  • Add @calebboyd as a contributor.

v1.6.1

07 Aug 14:13
Compare
Choose a tag to compare

Changed

  • Migrate CI from Travis to GitHub Actions
  • Rename default branch to "main"

Fixed

  • Fix package vulnerabilities