diff --git a/playwright-tests/package.json b/playwright-tests/package.json index 3d448025..3a2db2e6 100644 --- a/playwright-tests/package.json +++ b/playwright-tests/package.json @@ -33,5 +33,5 @@ "ortoni-report": "^3.0.5", "playwright-jira-reporter": "^1.0.16" }, - "private": "true" -} + "private": true +} \ No newline at end of file diff --git a/playwright-tests/playwright.config.ts b/playwright-tests/playwright.config.ts index df64f772..2eb4b378 100644 --- a/playwright-tests/playwright.config.ts +++ b/playwright-tests/playwright.config.ts @@ -20,6 +20,7 @@ if (!process.env.CI) { path: path.join(basePath, `.env.${process.env.PLAYWRIGHT_ENV}`), example: path.join(basePath, '.env.example') }); + } } // Ortoni config