Skip to content

Commit

Permalink
Update openvidu-react-tutorial.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah authored Sep 21, 2023
1 parent 6f1de90 commit d22e6ad
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/openvidu-react-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,17 @@ jobs:
run: |
cd openvidu-tutorials/openvidu-react
npm install
npm start
npm start &
- name: Install dependencies
run: npm ci

- uses: browser-actions/setup-chrome@v1

- name: Install Playwright Browsers
run: npx playwright install

- name: Runin Test
run: |
cd tests
npx playwright test openvidu-hello-world-test.spec.js

0 comments on commit d22e6ad

Please sign in to comment.