Install and configure Playwright #12

Merged
bustikiller merged 11 commits from playwright into main 2024-08-11 19:43:59 +00:00
Showing only changes of commit 4c2f514e8b - Show all commits

View File

@ -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