testify
testify copied to clipboard
Run JavaScript & TypeScript tests easily using CodeLens
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...
### The simplest playwright test from Getting Started manual fails on debugging Steps to reproduce the behavior: Setup the simplest playwright test as described in https://playwright.dev/docs/intro#first-test 1. Create new folder...
Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.2 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...
### Description Adds watch mode feature.  ### Related issue(s) https://github.com/felixjb/testify/issues/31 ### Flaws - When watching tests if the test name changes it stops watching since it doesn't restart the...
**Describe the bug** The path to my test runner, jest in this case, gets written like this to my terminal when I click the 'Run Test' text inserted by Testify...
**Describe the bug** If there is a test with `"` character, it will not be escaped and the command will be wrong, potentially running every tests **To Reproduce** Steps to...
Neat plugin, running tests from codelens is super useful! -- Maybe this is already possible, but I'm not sure how **Is your feature request related to a problem? Please describe.**...
I wish testify was able to watch the test files and after editing one of these, it ran automatically after a short time. This is kind of what WallabyJs achieves...
I would like to make actions using keybindings in VSCode with this extension. Actions like: - rerun the last executed test - run the current suite of tests - run...