Skip to content

Releases: simonw/rodney

v0.4.0

17 Feb 22:55
9e7ae93

Choose a tag to compare

  • Errors now use exit code 2, which means exit code 1 is just for for check failures. #15
  • New rodney assert command for running JavaScript tests, exit code 1 if they fail. #19
  • New directory-scoped sessions with --local/--global flags. #14
  • New reload --hard and clear-cache commands. #17
  • New rodney start --show option to make the browser window visible. Thanks, Antonio Cuni. #13
  • New rodney connect PORT command to debug an already-running Chrome instance. Thanks, Peter Fraenkel. #12
  • New RODNEY_HOME environment variable to support custom state directories. Thanks, Senko Rašić. #11
  • New --insecure flag to ignore certificate errors. Thanks, Jakub Zgoliński. #10
  • Windows support: avoid Setsid on Windows via build-tag helpers. Thanks, adm1neca. #18
  • Tests now run on windows-latest and macos-latest in addition to Linux.

v0.3.0

10 Feb 17:48
d6bd64d

Choose a tag to compare

  • New file and download commands. #5

v0.2.0

10 Feb 03:49
f28e0dd

Choose a tag to compare

  • New commands for accessibility testing: ax-tree, ax-find, and ax-node. Here's a demonstration of what they can do. #3

v0.1.0

09 Feb 23:18

Choose a tag to compare

  • First release of Rodney, see README for details.