Skip to content

Latest commit

 

History

History
245 lines (177 loc) · 9.75 KB

CHANGELOG.md

File metadata and controls

245 lines (177 loc) · 9.75 KB

[1.17.0]

Changed

  • Removed the update generator and reduced options for install generator PR 149

Fixed

  • 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

[1.16.0]

Added

  • Add support for before_request options on the middleware, for authentication PR 138 by [RomainEndelin]

[1.15.1]

Fixed

  • fix cypress_folder deprecation warning by internal code PR 136

[1.15.0]

Changed

  • Add support for any e2e testing framewrok starting with Playwright PR 131 by [KhaledEmaraDev]

[1.14.0]

Changed

  • Add support for proxy routes through api_prefix PR 130 by [RomainEndelin]

Fixed

  • Properly copies the cypress_helper file when running the update generator PR 117 by [alvincrespo]

Tasks

  • pass cypress record key to github action PR 110

[1.13.1]

Fixed

  • use_vcr_middleware disabled by default PR 109

[1.13.0]

Changed

  • Add support for matching npm package and VCR
  • generate for cypress 10 PR 108

[1.12.1]

Tasks

  • Documenting how to setup Factory Associations PR 100

Fixed

  • keep track of factory manual reloads to prevent auto_reload from reloading again PR 98

[1.12.0]

Changed

  • 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]

Tasks

  • switch from travis to github actions [PR 96]

[1.11.0]

Changed

  • improve app command logging on cypress
  • Allow build and build_list commands to be executed against factory bot PR 87 by [Alexander-Blair]

[1.10.1]

Changed

  • improve error message received from failed command

[1.9.1]

Fixed

  • fix using load in command files

[1.9.0]

Changed

  • 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

[1.8.1]

Fixed

  • remove "--silent" option when adding cypress PR 76
  • update cypress examples to use "preserve" instead of "whitelist" PR 75 by alvincrespo

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.