Skip to content

Commit

Permalink
feature: updated e2e run script (epam#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Irina_Kartun <[email protected]>
  • Loading branch information
irinakartun and irinakartun authored Nov 9, 2023
1 parent 6a6abce commit a93163c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"coverage": "vitest run --coverage",
"test:e2e": "playwright test --config=./e2e/config/local.playwright.config.ts",
"test:e2e:html": "playwright show-report ./e2e/html-report",
"test:e2e-ci": "node_modules/@playwright/test/cli.js test --config=./e2e/config/playwright.config.ts",
"test:e2e-ci": "playwright test --config=./e2e/config/playwright.config.ts",
"allure:serve": "allure serve ./e2e/allure-results"
},
"dependencies": {
Expand Down

0 comments on commit a93163c

Please sign in to comment.