Skip to content

Commit

Permalink
fixup! gh-actions(jwa): Add UI tests to JWA's frontend workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Jan 13, 2023
1 parent 624aae0 commit 2b78c6e
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/jwa_frontend_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,8 @@ jobs:
cd components/crud-web-apps/jupyter/frontend
npm i
npm link kubeflow
- name: Serve UI & run Cypress tests in Chrome
uses: cypress-io/github-action@v4.2.0
with:
working-directory: components/crud-web-apps/jupyter/frontend
start: npm run serve
install: false
browser: chrome
wait-on: "http://localhost:4200"
- name: Serve UI & run Cypress tests in Firefox
uses: cypress-io/github-action@v4.2.0
with:
working-directory: components/crud-web-apps/jupyter/frontend
start: npm run serve
install: false
browser: firefox
wait-on: "http://localhost:4200"
- name: Serve UI & run Cypress tests in Chrome and Firefox
run: |
cd components/crud-web-apps/jupyter/frontend
npm run serve &
npm run ui-test-ci-all

0 comments on commit 2b78c6e

Please sign in to comment.