Run bin/setup
$ bin/test$ bin/test_systemYou can optionally pass the path to a specific test.
If your system tests are failing, try using a non-headless browser.
Change this line in test/application_system_test_case.rb:
- driven_by :selenium, using: :headless_chrome
+ driven_by :selenium, using: :chrome$ bin/devMake sure you restart the server after making changes to the engine (including JS).
Run bin/load_fixtures
Run bin/release x.y.z, use --dry to skip publishing. This is not idempotent. If releasing fails, take note of where the process left off and continue manually.