e2e-cypress-v5.1.1
版本发布时间: 2023-10-20 21:15:33
quasarframework/quasar-testing最新发布版本:unit-vitest-v1.1.0(2024-08-28 23:16:32)
We had to do an emergency release to fix a problem with latest @quasar/app-vite
and this resulted in a new feature from v5.2.0 dripping into v5.1.1
Unluckily, since alphas for v5.2.0 were already out, reverting that change now may cause even more problems
We're sorry for the inconvenient, we usually strictly adhere to semver rules
What's Changed
- [BREAKING CHANGE] Cypress AE now enforces the usage of port 8080 for Cypress tests for all platforms, build targets and bundlers (both Webpack and Vite). It previously varied for each combination and Vite-based projects used "9000" port by default.
Suggested migration path
Update test:e2e
and test:e2e:ci
scripts to use port "8080"
OR
Upgrade to latest v5.2.x which supports specifying the port to which the app will be forced when running e2e tests