Skip to content

Release 7

Compare
Choose a tag to compare
@ernscht ernscht released this 05 Jun 18:33
· 314 commits to develop since this release

BREAKING

Project

  • feat: update cypress to version 10 f76a7f6

... and some other fixes and improvements: 6.1.0...7.0.0

Update from v6

Node 12 should not be used anymore ;-)

If you are using cypress testing - and I hope you are - then you need to migrate your configuration and rename your tests.

  • migrate your config from "cypress.json" to "cypress.config.js"
  • remove "cypress/plugins/..." und "cypress/support/index.js"
  • move your tests from "cypress/integration" to "cypress/e2e"
  • rename test files from "filename.spec.js" to "filename.cy.js"