Skip to content

Commit

Permalink
try with newest feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Nov 20, 2024
1 parent d2ad8a2 commit 4798f2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,10 @@ jobs:
working-directory: ./tests/fixtures/cloud/cucumber
run: |
npm ci --production
saucectl run --config .sauce/config_win.yml
# 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
13 changes: 7 additions & 6 deletions tests/fixtures/cloud/cucumber/.sauce/config_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ suites:
- "json:my-cucumber.json"

npm:
dependencies:
- "@cucumber/cucumber"
- "@saucelabs/cucumber-reporter"
- "ts-node"
- "typescript"
- "pretty-seconds"
usePackageLock: true
# dependencies:
# - "@cucumber/cucumber"
# - "@saucelabs/cucumber-reporter"
# - "ts-node"
# - "typescript"
# - "pretty-seconds"

0 comments on commit 4798f2c

Please sign in to comment.