Restore execution of playwright tests #130

Merged
bustikiller merged 23 commits from restore-playwright into main 2025-06-08 11:37:30 +00:00
Showing only changes of commit fed86088c3 - Show all commits

View File

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