-
Notifications
You must be signed in to change notification settings - Fork 53
Releases: simonw/rodney
Releases · simonw/rodney
v0.4.0
@simonw
simonw
9e7ae93
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Errors now use exit code 2, which means exit code 1 is just for for check failures. #15
- New
rodney assertcommand for running JavaScript tests, exit code 1 if they fail. #19 - New directory-scoped sessions with
--local/--globalflags. #14 - New
reload --hardandclear-cachecommands. #17 - New
rodney start --showoption to make the browser window visible. Thanks, Antonio Cuni. #13 - New
rodney connect PORTcommand to debug an already-running Chrome instance. Thanks, Peter Fraenkel. #12 - New
RODNEY_HOMEenvironment variable to support custom state directories. Thanks, Senko Rašić. #11 - New
--insecureflag to ignore certificate errors. Thanks, Jakub Zgoliński. #10 - Windows support: avoid
Setsidon Windows via build-tag helpers. Thanks, adm1neca. #18 - Tests now run on
windows-latestandmacos-latestin addition to Linux.
Assets 6
2 people reacted
v0.3.0
v0.2.0
@simonw
simonw
f28e0dd
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- New commands for accessibility testing:
ax-tree,ax-find, andax-node. Here's a demonstration of what they can do. #3