Skip to content

Update README.md

Update README.md #19

Workflow file for this run

name: playwright-end-to-end-orchestrated-tests
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
basicTests:
strategy:
fail-fast: false
matrix:
shard: [1, 2, 3, 4, 5]
name: "Playwright Tests - pwc-p"
timeout-minutes: 60
runs-on: ubuntu-22.04
container: mcr.microsoft.com/playwright:v1.52.0-jammy
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
# https://github.com/actions/runner-images/issues/6775
- run: |
echo "$GITHUB_WORKSPACE"
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- uses: actions/setup-node@v4
with:
node-version: "22.x"
- name: Install dependencies
run: |
npm ci
npx playwright install chrome
- name: Run Orchestrated tests
continue-on-error: false
env:
CURRENTS_PROJECT_ID: ldcYCp
CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }}
CURRENTS_CI_BUILD_ID: ${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt }}
COMMIT_INFO_MESSAGE: "pwc-p: ${{ github.event.head_commit.message }}"
# Run the sharded tests
run: |
npx pwc-p