You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Rake tasks for test execution**: Added `cypress:open` and `cypress:run` rake tasks for seamless test execution, similar to cypress-rails functionality. Also added `playwright:open` and `playwright:run` tasks.
16
+
***Rake tasks for test execution**: Added `cypress:open` and `cypress:run` rake tasks for seamless test execution, similar to cypress-rails functionality. Also added `playwright:open` and `playwright:run` tasks.[PR #179]
12
17
***Server lifecycle hooks**: Added configuration hooks for test server management:
13
18
-`before_server_start`: Run code before Rails server starts
14
19
-`after_server_start`: Run code after Rails server is ready
15
20
-`after_transaction_start`: Run code after database transaction begins
16
21
-`after_state_reset`: Run code after application state is reset
17
22
-`before_server_stop`: Run code before Rails server stops
18
-
***State reset endpoint**: Added `/cypress_rails_reset_state` and `/__cypress__/reset_state` endpoints for compatibility with cypress-rails
19
-
***Transactional test mode**: Added support for automatic database transaction rollback between tests
20
-
***Environment configuration**: Support for `CYPRESS_RAILS_HOST` and `CYPRESS_RAILS_PORT` environment variables
21
-
***Automatic server management**: Test server automatically starts and stops with test execution
23
+
***State reset endpoint**: Added `/cypress_rails_reset_state` and `/__cypress__/reset_state` endpoints for compatibility with cypress-rails [PR #179]
24
+
***Transactional test mode**: Added support for automatic database transaction rollback between tests [PR #179]
25
+
***Environment configuration**: Support for `CYPRESS_RAILS_HOST` and `CYPRESS_RAILS_PORT` environment variables [PR #179]
26
+
***Automatic server management**: Test server automatically starts and stops with test execution [PR #179]
27
+
***Comprehensive documentation**: Added extensive guides for troubleshooting, best practices, Playwright usage, and VCR integration [PR #180]
28
+
29
+
### Documentation
30
+
* Added [Troubleshooting Guide](docs/TROUBLESHOOTING.md) - Solutions to common issues
0 commit comments