diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48a63914..3ccab8ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -232,9 +232,10 @@ jobs: working-directory: ./tests/fixtures/cloud/cucumber run: | npm ci --production + saucectl run --config .sauce/config_win.yml # BUNDLE_URL=https://storage.googleapis.com/${{ secrets.GCS_RUNNER_BUCKET }}/playwright-windows-amd64-${{ github.run_id }}.zip - saucectl run --runner-version "url: https://storage.googleapis.com/${{ secrets.GCS_RUNNER_BUCKET }}/playwright-windows-amd64-${{ github.run_id }}.zip" --config .sauce/config_${{ matrix.os }}.yml + # saucectl run --runner-version "url: https://storage.googleapis.com/${{ secrets.GCS_RUNNER_BUCKET }}/playwright-windows-amd64-${{ github.run_id }}.zip" --config .sauce/config_${{ matrix.os }}.yml env: HUSKY: 0 diff --git a/tests/fixtures/cloud/cucumber/.sauce/config_win.yml b/tests/fixtures/cloud/cucumber/.sauce/config_win.yml index a826ea7b..f50d6c06 100644 --- a/tests/fixtures/cloud/cucumber/.sauce/config_win.yml +++ b/tests/fixtures/cloud/cucumber/.sauce/config_win.yml @@ -10,7 +10,7 @@ sauce: defaults: timeout: 5m playwright: - version: 1.43.1 + version: 1.48.2 rootDir: ./ suites: - name: Cucumber - Win10 - Chromium