Skip to content

Commit

Permalink
docs(cypress): update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
IlCallo committed Nov 26, 2021
1 parent 5198366 commit d4a5180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/e2e-cypress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ testRoute('shelfs/*/books');

- We went through many Cypress major versions during this AE beta phase, Cypress v6 was the latest version supported by Qv1 AE, please check out [Cypress 7](https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-7-0) and [Cypress 8](https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-8-0) migration guides and adapt your code accordingly

- If you're using TypeScript, update your vue-shims file to match https://github.com/quasarframework/quasar-starter-kit/blob/master/template/src/shims-vue.d.ts

### Caveats

#### Assertions on Quasar input components
Expand Down

0 comments on commit d4a5180

Please sign in to comment.