- Let CI continously publish extension to ovsx
- Refactor jestRunner.ts to inject config in constructor #263
- Github Actions CI building the addon continously for changes on master #246
- support for external native terminal run #258
- Respect "Change Directory To Workspace Root" setting when in Debug mode (#194) #224
- feat(codelens): add options to display desired codelens #213
- fix: missing import for CodeLensOption #232
- Add basic CI using GitHub Actions #236
- Adds yarnPnpCommand to config #231
- Update jest-editor-support, fix CI #239
- fix: valid jestBinPath is js file #244
- Update jest-editor-support and only import parser #240
- add watch mode on codelens (#204)
- Support searching for Typescript configuration files in monorepo environments (#195)
- Add config option to preserve editor focus on test run (#205)
- Fix path for yarn 2 release file (#197)
- Fix explorer menus not showing (#184)
- escape yarn version for pnp
- rest debug arguments back to default
- simplyfied yarn pnp implementation, removed jestrunner.detectYarnPnpJestBin config option
- updated jest-editor-support to v29
- optimized escaping of filepath
- extended readme.md with how to debug tsx/jsx
- wrong escaping of filename
- Add explorer menus to run and debug tests with jest #149
- chore: use eslint vs. tslint #178
- escape special characters in test filepath (#114) #162
- Keep Run/Debug buttons shown when failed to parse document #163
- auto detect project path with jest binary #156
- add option to command palette to update snapshots #152
- remove run jest file from context menu (still available in command palette strg + shift + p)
- add option changeDirectoryToWorkspaceRoot to enable/disable changing directory to workspace root before executing the test
- resolve jest test name string interpolation for test pattern such as test.each #148
- Parameterised test support and deps cleanup #146
- Escape plus sign in file path #140
- Escape single quotes on Testnames (Linux)
- Dynamic resolution of ProjectPath
- Dynamic resolution of ProjectPath
- Dynamic Jest config (jest.config.js) resolution (monorepo)
- Yarn 2 Pnp Support
- Ability to define fixed ProjectPath instead of workspaceFolder (monorepo)
- add new settings codeLensSelector which enables CodeLens for files matching this pattern (default **/*.{test,spec}.{js,jsx,ts,tsx})
- debug Jest CodeLens option
- change CodeLens filename pattern to .test.ts,.test.js,.test.tsx,.test.jsx
- add Settings to disable CodeLens
- CodeLens option to start Tests
- Added option to run jest file with coverage to the command palette
- Reduced bundle size
- Run test outside a describe block
- powershell not working due to &&
- run previous test is just cd-ing when last run was debug
- remove ExactRegexMatch approach due to to many issues
- fix Commandline on Windows10
- Ability to start Test by clicking anywhere inside the line-range
- Changed build to Webpack bundle
- integrated jest parser of jest-editor-support
- Warning about incorrect config
- Fix dependency Issue
- Removed icon from context menu entry
- Add ability to add CLI Options to run Jest command with jestrunner.runOptions
- Support for Workspaces for Run and Debug Mode
- Overlapping Test Names
- Escape Special Characters
- Extended Readme.
- Context menu icon.
- Deprecated
jestrunner.runOptions
option in favor ofjestrunner.debugOptions
.
- Debug Jest fails for CMD and GIT bash (#38).
- Initial release
The file format is based on Keep a Changelog.