6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
import { createConfig } from "@pompydev/playwright-config"
|
|
|
|
// https://playwright.dev/docs/test-configuration
|
|
export default createConfig({
|
|
port: 3000,
|
|
})
|