Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a18ccab

Browse files
committedMay 9, 2024··
chore(e2e): wait for dev server boot
1 parent be725d6 commit a18ccab

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed
 

‎package-lock.json

+69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dev": "node dev-script.js",
1212
"test:unit": "nx run-many -t test",
1313
"test:unit:affected": "nx affected -t test",
14-
"test:e2e": "concurrently \"npm run dev\" \"nx run test-app-e2e:e2e\"",
14+
"test:e2e": "concurrently \"npm run dev\" \"wait-on http://localhost:4200 && nx run test-app-e2e:e2e\"",
1515
"test": "npm-run-all --parallel test:*",
1616
"build": "nx run-many -t build",
1717
"lint": "nx run-many -t lint",
@@ -98,6 +98,7 @@
9898
"typescript": "~5.2.2",
9999
"url-loader": "^4.1.1",
100100
"verdaccio": "^5.0.4",
101+
"wait-on": "^7.2.0",
101102
"webpack-merge": "^5.10.0",
102103
"zod": "^3.22.4"
103104
},

0 commit comments

Comments
 (0)
Please sign in to comment.