- send any arguments to simple rails factory, not only hashes
- 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.