Skip to content

Commit

Permalink
Merge pull request #2169 from AdaptiveConsulting/smoke-test
Browse files Browse the repository at this point in the history
chore: schedule smoke tests
  • Loading branch information
SHolleworth committed Mar 30, 2023
2 parents 0885212 + e7b19d0 commit 73e56b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
URL_PATH: https://web.prod.reactivetrader.com
ENVIRONMENT: env
run: |
npm run e2e:web
npm run e2e:web:smoke
2 changes: 2 additions & 0 deletions src/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"generateCod": "hydra-web-codegen -i trading-gateway.hyer -o src/generated",
"storybook": "start-storybook -p 6006 --no-manager-cache",
"e2e:openfin": "playwright test --project=openfin",
"e2e:openfin:smoke": "playwright test --project=openfin --grep @smoke",
"e2e:web": "playwright test --project=chrome",
"e2e:web:smoke": "playwright test --project=chrome --grep @smoke",
"build-storybook": "build-storybook -o ./dist/storybook"
},
"dependencies": {
Expand Down

0 comments on commit 73e56b5

Please sign in to comment.