Skip to content

Commit

Permalink
chore(e2e): update dependencies (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Mar 15, 2024
1 parent da9de6d commit bec96d3
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 22 deletions.
3 changes: 3 additions & 0 deletions e2e/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cypress/downloads
cypress/screenshots
cypress/videos
41 changes: 25 additions & 16 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"private": true,
"type": "module",
"scripts": {
"test": "cypress run",
"start": "cd .. && npm start"
"start": "cd .. && npm start",
"test": "cypress run"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^19.2.0",
"@badeball/cypress-cucumber-preprocessor": "^20.0.2",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"cypress": "^13.6.1",
"typescript": "^5.3.3"
}
"cypress": "^13.7.0",
"typescript": "^5.4.2"
},
"packageManager": "[email protected]+sha256.17ca6e08e7633b624e8f870db81a78f46afe119de62bcaf0a7407574139198fc"
}

0 comments on commit bec96d3

Please sign in to comment.