test: Run playwright-test for browser testing.

This commit is contained in:
Hayden Young
2023-09-28 15:18:58 +01:00
parent b447ae0ec1
commit 01187a31f8
3 changed files with 204 additions and 576 deletions

View File

@@ -30,7 +30,7 @@ jobs:
run: npm ci
- name: Run linter
run: npm run lint
- name: Run webrtc-star-signalling-server in the background
- name: Run a webrtc relay in the background
run: npm run webrtc:background
- name: Run browser tests
run: npm run test:browser