Merge pull request #11752 from backstage/blam/fix-e2e-pt2

bump the cypress version of create-app things
This commit is contained in:
Ben Lambert
2022-06-01 11:11:00 +02:00
committed by GitHub
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/create-app': patch
---
Bump version of `cypress` in newly scaffolded Backstage Applications. To apply this change to your own instance, please make the following change to `packages/app/package.json` under `devDependencies`.
```diff
- "cypress": "^7.3.0",
+ "cypress": "^9.7.0",
```
+1 -1
View File
@@ -56,4 +56,4 @@ jobs:
run: yarn e2e-test run
env:
DEBUG: zombie
CYPRESS_VERIFY_TIMEOUT: 60000
CYPRESS_VERIFY_TIMEOUT: 600000
@@ -50,7 +50,7 @@
"@types/node": "^14.14.32",
"@types/react-dom": "*",
"cross-env": "^7.0.0",
"cypress": "^7.3.0",
"cypress": "^9.7.0",
"eslint-plugin-cypress": "^2.10.3",
"start-server-and-test": "^1.10.11"
},