Skip to content

Releases: ldgit/argus

v3.0.1

Choose a tag to compare

@ldgit ldgit released this 19 May 19:50
  • fixed bug where tests were not run if tests were next to the source files

v3.0.0

Choose a tag to compare

@ldgit ldgit released this 19 May 19:47
  • BREAKING CHANGE dropped support for Node 8, 10
  • updated dependencies

v2.0.1

Choose a tag to compare

@ldgit ldgit released this 24 Jan 16:42
  • fixed error where tests would sometimes run twice on file save

v2.0.0

Choose a tag to compare

@ldgit ldgit released this 26 Aug 12:21
  • 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

Choose a tag to compare

@ldgit ldgit released this 18 Aug 14:48

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

v1.4.0

Choose a tag to compare

@ldgit ldgit released this 14 Aug 23:24

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

Choose a tag to compare

@ldgit ldgit released this 11 Aug 16:21

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

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

Choose a tag to compare

@ldgit ldgit released this 11 Aug 14:35

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

Choose a tag to compare

@ldgit ldgit released this 16 Sep 19:53
  • print out a warning if no configuration file found

v1.2.2

Choose a tag to compare

@ldgit ldgit released this 06 Sep 20:50
  • bugfix in test file lookup when using source directory that is not project root
  • additional sourceDir validation in configuration