Skip to content

Commit

Permalink
test(e2e): debug (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Dec 13, 2023
1 parent 1052109 commit fc00658
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
uses: cypress-io/github-action@v6
with:
working-directory: ./e2e
start: npm start
wait-on: http://localhost:3000
4 changes: 4 additions & 0 deletions e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"private": true,
"type": "module",
"scripts": {
"test": "cypress run",
"start": "cd .. && npm start"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^19.2.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
Expand Down

0 comments on commit fc00658

Please sign in to comment.