Skip to content

Releases: ldgit/argus

v3.0.1

19 May 19:50
Compare
Choose a tag to compare
  • fixed bug where tests were not run if tests were next to the source files

v3.0.0

19 May 19:47
Compare
Choose a tag to compare
  • BREAKING CHANGE dropped support for Node 8, 10
  • updated dependencies

v2.0.1

24 Jan 16:42
Compare
Choose a tag to compare
  • fixed error where tests would sometimes run twice on file save

v2.0.0

26 Aug 12:21
Compare
Choose a tag to compare
  • BREAKING CHANGE dropped support for Node 6 and 7
  • BREAKING CHANGE changed format for testRunnerCommand, see #20
  • BREAKING CHANGE configuration file must be provided now, by default argus looks for argus.config.js in current working directory
  • user inputs are case insensitive

v1.4.1

18 Aug 14:48
Compare
Choose a tag to compare

Fixed a bug where Ctrl+c would not work during test command execution.

v1.4.0

14 Aug 23:24
Compare
Choose a tag to compare

Custom command to run all tests

Added a new runAllTestsCommand configuration option for each environment. The option is an object with two properties:

  • command command to run
  • arguments array, 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

11 Aug 16:21
Compare
Choose a tag to compare

This was done in order to fix some minor dependency vulnerabilities.

Enable user to give commands to argus while it is watching tests

11 Aug 14:35
Compare
Choose a tag to compare

New feature: allow user commands when watching tests.

Some basic commands where added:

  • press l to list all available commands
  • press a to run all tests - this would simply run testRunnerCommand from each environment without any file arguments
  • press r to rerun last run batch of tests

v1.2.3

16 Sep 19:53
Compare
Choose a tag to compare
  • print out a warning if no configuration file found

v1.2.2

06 Sep 20:50
Compare
Choose a tag to compare
  • bugfix in test file lookup when using source directory that is not project root
  • additional sourceDir validation in configuration