Skip to content

Releases: shakacode/cypress-on-rails

V1.15.0

05 Jul 05:41
Compare
Choose a tag to compare

Changed

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

v1.13.1

08 Jun 22:14
Compare
Choose a tag to compare

[1.13.1]

Fixed

  • use_vcr_middleware disabled by default PR 109

v1.13.0

08 Jun 22:13
Compare
Choose a tag to compare

[1.13.0]

Changed

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

v1.12.1

12 Jan 07:54
Compare
Choose a tag to compare

[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

v1.12.0

03 Jan 22:40
Compare
Choose a tag to compare

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]

v1.9.1

11 Mar 02:38
Compare
Choose a tag to compare

Fixed

  • fix using load in command files

v1.9.0

01 Mar 02:17
Compare
Choose a tag to compare

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

v1.8.1

08 Feb 07:15
Compare
Choose a tag to compare

Fixed

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

v1.8.0

24 Jul 03:06
Compare
Choose a tag to compare

Changed

  • Use FactoryBo#reload to reset factory bot

v1.7.0

02 Jul 20:49
Compare
Choose a tag to compare

Changed

Fixed

  • Add middleware after load_config_initializers PR 62 by duytd