Releases: felixjb/testify
Releases · felixjb/testify
v1.13.0
v1.12.1
Fixed
- Escape special characters in test description when running tests so the command is correctly executed
v1.12.0
Added
- Add
autoClear
setting to automatically clear the terminal before running tests
v1.11.1
Fixed
- Fixed run test command using
undefined
value when no value supplied for watch option
v1.11.0
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
Changed
- Change activation events to
onLanguage:typescript
andonLanguage: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
v1.8.0
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
Added
- Add support to decorators in the parser
- Add @calebboyd as a contributor.