Releases: shakacode/cypress-on-rails
Releases · shakacode/cypress-on-rails
V1.15.0
Changed
- Add support for any e2e testing framewrok starting with Playwright PR 131 by [KhaledEmaraDev]
v1.13.1
[1.13.1]
Fixed
- use_vcr_middleware disabled by default PR 109
v1.13.0
[1.13.0]
Changed
- Add support for matching npm package and VCR
- generate for cypress 10 PR 108
v1.12.1
[1.12.1]
Tasks
- Documenting how to setup Factory Associations PR 100
Fixed
- keep track of factory manual reloads to prevent auto_reload from reloading again PR 98
v1.12.0
Changed
- only reload factories on clean instead of every factory create request PR 95
- alternative command added for get tail of logs PR 89 by [ccrockett]
Tasks
- switch from travis to github actions [PR 96]
v1.9.1
Fixed
- fix using
load
in command files
v1.9.0
Changed
- Update default generated folder to cypress instead of spec/cypress
- Add a generator option to not install cypress
- generator by default does not include examples
- default on local to run cypress in development mode
v1.8.1
Fixed
- remove "--silent" option when adding cypress PR 76
- update cypress examples to use "preserve" instead of "whitelist" PR 75 by alvincrespo
v1.8.0
Changed
- Use
FactoryBo#reload
to reset factory bot
v1.7.0
Changed
Fixed
- Add middleware after load_config_initializers PR 62 by duytd