- Removed the update generator and reduced options for install generator PR 149
- fix update index.js in install generator PR 147 by [Judahmeek]
- Support rails 7.1 by adding content-type header to generated on-rails.js file PR 148 by [anark]
- Rewind body before reading it PR 150
- Add support for
before_request
options on the middleware, for authentication PR 138 by [RomainEndelin]
- fix cypress_folder deprecation warning by internal code PR 136
- Add support for any e2e testing framewrok starting with Playwright PR 131 by [KhaledEmaraDev]
- Add support for proxy routes through
api_prefix
PR 130 by [RomainEndelin]
- Properly copies the cypress_helper file when running the update generator PR 117 by [alvincrespo]
- pass cypress record key to github action PR 110
- use_vcr_middleware disabled by default PR 109
- Add support for matching npm package and VCR
- generate for cypress 10 PR 108
- Documenting how to setup Factory Associations PR 100
- keep track of factory manual reloads to prevent auto_reload from reloading again PR 98
- 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]
- switch from travis to github actions [PR 96]
- improve app command logging on cypress
- Allow build and build_list commands to be executed against factory bot PR 87 by [Alexander-Blair]
- improve error message received from failed command
- fix using
load
in command files
- 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
- remove "--silent" option when adding cypress PR 76
- update cypress examples to use "preserve" instead of "whitelist" PR 75 by alvincrespo
- Use
FactoryBo#reload
to reset factory bot
- fix FactoryBot Trait not registered error PR 43
- Serialize and return responses to be used in tests PR 34.
- Update generator to make it easier to update core generated files PR 35.
- Update integration tests PR 36.
- update generator to use full paths for Factory files PR 33.
- Fix typo in authentication docs PR 29 by badimalex
- Gemspec: Drop EOL'd property rubyforge_project PR 27 by olleolleolle
- Update Travis CI badge in README PR 31
- Fix CI by Installing cypress dependencies on Travis CI PR 31
- renamed CypressDev to CypressOnRails
- Send any arguments to simple rails factory, not only hashes by grantspeelman.
- stop running cypress examples on CI
- simple factory fails silently, changed to use create!
- adding additional log failure logging
- smart factory wrapper can handle when factory files get deleted
- add cypress examples to install generator
- add active record integration specs
- install generator adding on-rails.js to import.js
- renamed to CypressDev
- middleware stripped down to make it more flexible and generic
- concept of generic commands introduced that can have any ruby in it
- and lots of other changes
- fix major bug when using scenarios
- fix failure in api tests
- remove the need for a seperate port for the setup calls. Requires rerunning
cypress:install
generator
cy.rails
command for executing raw ruby on the backendcy.setupRails
command for resetting application statecypress:install
generator now adds abeforeEach
call tocy.setupRails
cypress:install
generator configures thecache_classes
setting inconfig/environments/test.rb
- configuration option to include further modules in your runcontext
- First release.