Skip to content

Commit

Permalink
Update docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
harmin-parra authored Oct 22, 2024
1 parent b0b0a77 commit 4b207fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ fi
#
# Node.js tests
#
if [ $DOCKER = "playwright/node.js" ] || [ $DOCKER = "cypress" ]; then
if [ $DOCKER = "playwright/node.js" ] || export { WebFormPage };[ $DOCKER = "cypress" ]; then
cd tests-nodejs
npm install
npx playwright install-deps
npx playwright install

if [ $DOCKER = "playwright/node.js" ]; then
npx playwright install-deps
npx playwright install
npx cucumber-js cucumber/features/petstore.feature
npx playwright test --project $BROWSER

Expand Down

0 comments on commit 4b207fa

Please sign in to comment.