Skip to content

Latest commit

 

History

History
137 lines (102 loc) · 5.33 KB

CHANGELOG.md

File metadata and controls

137 lines (102 loc) · 5.33 KB

Changed

  • Use FactoryBo#reload to reset factory bot

Changed

Fixed

  • Add middleware after load_config_initializers PR 62 by duytd

Changed

Fixed

  • fix file location warning message in clean.rb PR 54 by ootoovak

Fixed

  • fix FactoryBot Trait not registered error PR 43

Added

  • Serialize and return responses to be used in tests PR 34.
  • Update generator to make it easier to update core generated files PR 35.

Tasks

  • Update integration tests PR 36.

Fixed

  • update generator to use full paths for Factory files PR 33.

Fixed

Tasks

  • 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

Changed

  • renamed CypressDev to CypressOnRails

Added

  • Send any arguments to simple rails factory, not only hashes by grantspeelman.

Improved

  • stop running cypress examples on CI

Fixed

  • simple factory fails silently, changed to use create!

Tasks

  • adding additional log failure logging

Fixed

  • smart factory wrapper can handle when factory files get deleted

Tasks

  • add cypress examples to install generator
  • add active record integration specs

1.0.1

Fixed

  • install generator adding on-rails.js to import.js

1.0.0

  • 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

0.2.2 (2018-03-24)

Fixed

  • fix major bug when using scenarios

0.2.1 (2017-11-05)

Fixed

  • fix failure in api tests

0.2.0 (2017-11-05)

Changed

  • remove the need for a seperate port for the setup calls. Requires rerunning cypress:install generator

0.1.5 (2017-11-01)

Added

  • cy.rails command for executing raw ruby on the backend
  • cy.setupRails command for resetting application state
  • cypress:install generator now adds a beforeEach call to cy.setupRails
  • cypress:install generator configures the cache_classes setting in config/environments/test.rb
  • configuration option to include further modules in your runcontext

0.1.2 (2017-10-31)

  • First release.