Browse Source

feat(testing): Fixed CI config for playwright

pull/3848/head
Muhammed Mustafa 2 years ago
parent
commit
2258aa4513
  1. 2
      scripts/playwright/playwright.config.ts

2
scripts/playwright/playwright.config.ts

@ -96,7 +96,7 @@ const config: PlaywrightTestConfig = {
],
/* Folder for test artifacts such as screenshots, videos, traces, etc. */
outputDir: './output',
outputDir: './playwright-report',
/* Run your local dev server before starting the tests */
// webServer: {

Loading…
Cancel
Save