Skip to content

Commit

Permalink
test: add wait-on to see if it fails due to async tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
wridgeu committed Aug 5, 2023
1 parent e9261ae commit bc556a9
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 1 deletion.
193 changes: 193 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 @@ -32,7 +32,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"hooks:pre-commit": "npm-run-all --sequential prettier:staged lint:staged",
"hooks:pre-push": "npm-run-all --sequential lint:commit",
"test": "wdio run wdio.conf.js"
"test": "wait-on tcp:8080 && wdio run wdio.conf.js"
},
"dependencies": {
"chart.js": "^4.3.3",
Expand Down Expand Up @@ -76,6 +76,7 @@
"typescript": "^5.1.6",
"ui5-middleware-livereload": "^3.0.0",
"ui5-tooling-modules": "^3.0.0",
"wait-on": "^7.0.1",
"wdio-chromedriver-service": "^8.1.1",
"wdio-ui5-service": "^1.5.1",
"xml-formatter": "^3.5.0"
Expand Down

0 comments on commit bc556a9

Please sign in to comment.