Bump cypress version and timeout duration.

This commit is contained in:
Dillon Kearns 2023-05-25 08:43:43 -07:00
parent 77cf1dc1b2
commit 1c1176c0a7
3 changed files with 8 additions and 8 deletions

View File

@ -67,8 +67,8 @@ jobs:
run: npm run build:generator
- name: Tests
run: npm test
# - name: elm-format
# run: npx --no-install elm-format --validate src/ generator/src
# - name: elm-format
# run: npx --no-install elm-format --validate src/ generator/src
- name: Build elm docs
id: docs
run: lamdera make --docs docs.json
@ -80,7 +80,7 @@ jobs:
with:
start: npm start
wait-on: "http://localhost:1234"
wait-on-timeout: 60
wait-on-timeout: 120
- uses: actions/upload-artifact@v1
if: failure()

8
package-lock.json generated
View File

@ -42,7 +42,7 @@
"@types/micromatch": "^4.0.2",
"@types/node": "^20.1.0",
"@types/serve-static": "^1.15.1",
"cypress": "^12.11.0",
"cypress": "^12.13.0",
"elm-codegen": "^0.3.0",
"elm-optimize-level-2": "^0.3.5",
"elm-review": "^2.10.2",
@ -2211,9 +2211,9 @@
}
},
"node_modules/cypress": {
"version": "12.11.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.11.0.tgz",
"integrity": "sha512-TJE+CCWI26Hwr5Msb9GpQhFLubdYooW0fmlPwTsfiyxmngqc7+SZGLPeIkj2dTSSZSEtpQVzOzvcnzH0o8G7Vw==",
"version": "12.13.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.13.0.tgz",
"integrity": "sha512-QJlSmdPk+53Zhy69woJMySZQJoWfEWun3X5OOenGsXjRPVfByVTHorxNehbzhZrEzH9RDUDqVcck0ahtlS+N/Q==",
"dev": true,
"hasInstallScript": true,
"dependencies": {

View File

@ -55,7 +55,7 @@
"@types/micromatch": "^4.0.2",
"@types/node": "^20.1.0",
"@types/serve-static": "^1.15.1",
"cypress": "^12.11.0",
"cypress": "^12.13.0",
"elm-codegen": "^0.3.0",
"elm-optimize-level-2": "^0.3.5",
"elm-review": "^2.10.2",