- 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.