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