mock data
This commit is contained in:
@@ -15,6 +15,9 @@ const chromiumExecutable = resolveChromeBinary(__dirname) as string | null;
|
||||
export default defineConfig({
|
||||
testDir: 'tests/e2e',
|
||||
timeout: 30_000,
|
||||
workers: process.env.PLAYWRIGHT_WORKERS
|
||||
? Number.parseInt(process.env.PLAYWRIGHT_WORKERS, 10)
|
||||
: 2,
|
||||
retries: process.env.CI ? 1 : 0,
|
||||
use: {
|
||||
baseURL,
|
||||
|
||||
Reference in New Issue
Block a user