-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
Currently, cypress-on-rails relies on manually starting the Rails server before running Cypress tests. Having a built-in mechanism to start the Rails server programmatically using rake tasks would be beneficial. This will simplify running specs, without needing another terminal. It's especially useful for CI.