Skip to content

Commit

Permalink
chore(e2e): wait for dev server boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed May 9, 2024
1 parent be725d6 commit a18ccab
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
69 changes: 69 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "node dev-script.js",
"test:unit": "nx run-many -t test",
"test:unit:affected": "nx affected -t test",
"test:e2e": "concurrently \"npm run dev\" \"nx run test-app-e2e:e2e\"",
"test:e2e": "concurrently \"npm run dev\" \"wait-on http://localhost:4200 && nx run test-app-e2e:e2e\"",
"test": "npm-run-all --parallel test:*",
"build": "nx run-many -t build",
"lint": "nx run-many -t lint",
Expand Down Expand Up @@ -98,6 +98,7 @@
"typescript": "~5.2.2",
"url-loader": "^4.1.1",
"verdaccio": "^5.0.4",
"wait-on": "^7.2.0",
"webpack-merge": "^5.10.0",
"zod": "^3.22.4"
},
Expand Down

0 comments on commit a18ccab

Please sign in to comment.