File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ preferred environment variables project-wide using a tool like
156156
157157
158158* ** CYPRESS_RAILS_DIR** (default: ` Dir.pwd ` ) the directory of your project
159+ * ** CYPRESS_DIR** (default: ` Dir.pwd ` ) the directory of your Cypress project
159160* ** CYPRESS_RAILS_HOST** (default: ` "127.0.0.1" ` ) the hostname to bind to
160161* ** CYPRESS_RAILS_PORT** (default: _ a random available port_ ) the port to run
161162 the Rails test server on
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ def to_s
2828 cypress-rails configuration:
2929 ============================
3030 CYPRESS_RAILS_DIR.....................#{ dir . inspect }
31+ CYPRESS_DIR...........................#{ cy_dir . inspect }
3132 CYPRESS_RAILS_HOST....................#{ host . inspect }
3233 CYPRESS_RAILS_PORT....................#{ port . inspect }
3334 CYPRESS_RAILS_BASE_PATH...............#{ base_path . inspect }
You can’t perform that action at this time.
0 commit comments