Skip to content

Commit

Permalink
docs: Update cucumber example to use usePackageLock (#88)
Browse files Browse the repository at this point in the history
* Update cucumber example to use usePackageLock

* bump to latest playwright version

* Remove packages
  • Loading branch information
mhan83 authored Nov 7, 2024
1 parent a8e7b39 commit 371fbc0
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 964 deletions.
8 changes: 1 addition & 7 deletions examples/cucumber/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@ suites:
format:
- "json:my-cucumber.json"
npm:
dependencies:
# Following packages are required for running a playwright + cucumber test
- "@cucumber/cucumber" # cucumber official suggested package
- "@saucelabs/cucumber-reporter" # Sauce Labs report plugin. Generates a test cases report for display on the Sauce Labs UI.
- "typescript" # typescript support
- "ts-node" # typescript support
# You can append your npm dependencies
usePackageLock: true

reporters:
spotlight: # Prints an overview of failed or otherwise interesting jobs.
Expand Down
1 change: 1 addition & 0 deletions examples/cucumber/.sauceignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
Loading

0 comments on commit 371fbc0

Please sign in to comment.