Skip to content

Commit

Permalink
feat(playwright): import environment variables in Playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Dec 9, 2024
1 parent abb320d commit ac5b4d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/playwright.crx-lock.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// biome-ignore lint/style/useNodejsImportProtocol: <explanation>
import { join } from 'path';
import { defineConfig } from '@playwright/test';
import './load.envs';
import { playwrightConfig } from './playwright.config';

const IS_CI = process.env.CI;
Expand Down

0 comments on commit ac5b4d9

Please sign in to comment.