playwright/.github/workflows/tests_grid.yml

26 lines
560 B
YAML
Raw Normal View History

2023-08-05 00:59:48 +03:00
name: "tests grid"
on:
workflow_dispatch:
env:
FORCE_COLOR: 1
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
jobs:
test:
name: "Grid"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
- run: npm run build
2023-08-05 02:22:43 +03:00
- run: npx playwright install-deps
2023-08-05 04:05:32 +03:00
- run: npx playwright install
2023-08-05 00:59:48 +03:00
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test -- --retries=0
env:
PWTEST_MODE: service-grid