Skip to content

@quasar/testing-e2e-cypress v4.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare

Try it out running quasar ext add @quasar/testing-e2e-cypress@beta
Check out the updated docs here

Chore:

Feat:

  • support Quasar v2
  • drop support for Quasar v1 BREAKING CHANGE
  • export Quasar commands and related types directly from the package instead of scaffolding them.
    You can safely replace them into test/cypress/support/command with a simpler import '@quasar/quasar-app-extension-testing-e2e-cypress';. This will allow us to provide you fixes for those commands in the future and give you new ones as they're developed
  • enhanced testRoute command to use minimatch, allowing you to use glob sintax BREAKING CHANGE

Docs:

  • add a section about Quasar input components usage with Cypress