Releases: ldgit/argus
Releases · ldgit/argus
v3.0.1
v3.0.0
v2.0.1
v2.0.0
v1.4.1
v1.4.0
Custom command to run all tests
Added a new runAllTestsCommand configuration option for each environment. The option is an object with two properties:
commandcommand to runargumentsarray, empty if no arguments
This command will run if available when user presses a when Argus is running.
Updated to latest version of chokidar and other dependencies
This was done in order to fix some minor dependency vulnerabilities.
Enable user to give commands to argus while it is watching tests
New feature: allow user commands when watching tests.
Some basic commands where added:
- press
lto list all available commands - press
ato run all tests - this would simply runtestRunnerCommandfrom each environment without any file arguments - press
rto rerun last run batch of tests