Skip to content

Commit

Permalink
wait-on
Browse files Browse the repository at this point in the history
Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com>
  • Loading branch information
orfeas-k committed Jan 13, 2023
1 parent 2b78c6e commit 91ae59b
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jwa_frontend_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ jobs:
- name: Serve UI & run Cypress tests in Chrome and Firefox
run: |
cd components/crud-web-apps/jupyter/frontend
npm run serve &
npm run serve & wait-on http://localhost:8080
npm run ui-test-ci-all
102 changes: 102 additions & 0 deletions components/crud-web-apps/jupyter/frontend/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 components/crud-web-apps/jupyter/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"karma-jasmine-html-reporter": "^1.6.0",
"prettier": "^2.3.1",
"ts-node": "^10.4.0",
"typescript": "~4.2.4"
"typescript": "~4.2.4",
"wait-on": "^7.0.1"
}
}

0 comments on commit 91ae59b

Please sign in to comment.