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 081c8eb9dd - Show all commits

View File

@ -19,8 +19,6 @@ jobs:
run: npm install -g pnpm && pnpm install run: npm install -g pnpm && pnpm install
- name: Build the service that will be tested - name: Build the service that will be tested
run: npm run build run: npm run build
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run the service that will be tested - name: Run the service that will be tested
run: npm run start & run: npm run start &
- name: Run Playwright tests - name: Run Playwright tests