Skip to content

Commit

Permalink
Fix script to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Dec 16, 2024
1 parent 47a2f6b commit 695de6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"// Specific test": "Script to run a specific test/folder",
"test:specific": "npx playwright --file utils/globals.ts --file utils/setup.ts campaigns/$TEST_PATH",
"// Sanity": "Scripts to run sanity tests",
"test:sanity": "npx playwright test /sanity --ui --headed",
"test:sanity": "npx playwright test /sanity",
"// Functional": "Scripts to run functional tests",
"test:functional": "npx playwright test /functional --ui --headed"
"test:functional": "npx playwright test /functional"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 695de6a

Please sign in to comment.