Skip to content

Commit

Permalink
update yarn config
Browse files Browse the repository at this point in the history
  • Loading branch information
spnraju committed Mar 24, 2024
1 parent d77eda1 commit 3464345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
node-version: 20
- run: yarn install
- run: yarn run playwright
- run: yarn run test:${{ matrix.browser }}
env:
STANDARD: ${{ secrets.STANDARD }}
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
yarnPath: .yarn/releases/yarn-4.1.1.cjs
nodeLinker: node-modules
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"test": "cucumber-js --require-module @babel/register --require config/cucumber.conf.js --require features/step-definitions/**/*.js --format @cucumber/pretty-formatter",
"playwright": "yarn playwright install",
"test:chrome": "set BROWSER=chrome && npm run test",
"test:firefox": "set BROWSER=firefox && npm run test",
"test:webkit": "set BROWSER=webkit && npm run test",
Expand Down

0 comments on commit 3464345

Please sign in to comment.