chore(tests): cleanup playwright configs
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
import { defineConfig } from '@playwright/test';
|
||||
import { sharedConfigWithPort } from './playwright.shared.config';
|
||||
|
||||
const port = 3000;
|
||||
|
||||
export default defineConfig({
|
||||
...sharedConfigWithPort(port),
|
||||
webServer: {
|
||||
command: 'cd ../../examples/react && pnpm run dev',
|
||||
port,
|
||||
reuseExistingServer: !process.env.CI,
|
||||
},
|
||||
});
|
||||
export default defineConfig(sharedConfigWithPort({ port: 3000, framework: 'react' }));
|
||||
|
||||
Reference in New Issue
Block a user