We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5956f5f commit efdac13Copy full SHA for efdac13
README.md
@@ -117,6 +117,14 @@ If you are not using `factory_bot` look at `e2e/cypress/app_commands/factory_bot
117
118
Now you can create scenarios and commands that are plain Ruby files that get loaded through middleware, the ruby sky is your limit.
119
120
+## If you want to use live reload from rails
121
+
122
+Change the below setting in test.rb
123
124
+```ruby
125
+config.enable_reloading = ENV['CYPRESS'].present?
126
+```
127
128
### WARNING
129
*WARNING!!:* cypress-on-rails can execute arbitrary ruby code
130
Please use with extra caution if starting your local server on 0.0.0.0 or running the gem on a hosted server
0 commit comments