Install and configure Playwright #12
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
||||
node-version: lts/*
|
||||
- name: Install dependencies
|
||||
run: npm install -g pnpm && pnpm install
|
||||
- name: Build and start the service that will be tested
|
||||
run: npm run build && npm run start &
|
||||
- name: Install Playwright Browsers
|
||||
run: pnpm exec playwright install --with-deps
|
||||
- name: Run Playwright tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user