Skip to content

Commit

Permalink
ci: Updated e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jul 30, 2024
1 parent 17a6edb commit 31dd06c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/openvidu-components-angular-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ jobs:
sleep 5
done
- name: Run nested components E2E event tests
run: npm run e2e:nested-events-ci --prefix openvidu-components-angular
env:
LAUNCH_MODE: CI
run: npm run e2e:nested-events --prefix openvidu-components-angular

nested_components_e2e_directives:
needs: test_setup
Expand Down Expand Up @@ -153,7 +155,9 @@ jobs:
sleep 5
done
- name: Run nested components E2E directives tests
run: npm run e2e:nested-directives-ci --prefix openvidu-components-angular
env:
LAUNCH_MODE: CI
run: npm run e2e:nested-directives --prefix openvidu-components-angular

webcomponent_e2e_directives:
needs: test_setup
Expand Down Expand Up @@ -207,4 +211,6 @@ jobs:
sleep 5
done
- name: Run Webcomponent E2E
run: LAUNCH_MODE=CI npm run e2e:webcomponent-directives --prefix openvidu-components-angular
env:
LAUNCH_MODE: CI
run: npm run e2e:webcomponent-directives --prefix openvidu-components-angular
3 changes: 0 additions & 3 deletions openvidu-components-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@
"e2e:nested-all": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/nested-components/*.test.js",
"e2e:nested-events": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/nested-components/events.test.js",
"e2e:nested-directives": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/nested-components/directives.test.js",
"e2e:nested-all-ci": "cross-env LAUNCH_MODE=CI npm run e2e:nested-all",
"e2e:nested-events-ci": "cross-env LAUNCH_MODE=CI npm run e2e:nested-events",
"e2e:nested-directives-ci": "cross-env LAUNCH_MODE=CI npm run e2e:nested-directives",
"e2e:webcomponent-all": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/webcomponent-e2e/**/*.test.js",
"e2e:webcomponent-directives": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/webcomponent-e2e/api-directives.test.js",
"e2e:webcomponent-captions": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/webcomponent-e2e/captions.test.js",
Expand Down

0 comments on commit 31dd06c

Please sign in to comment.