pbw-explore/playwright.config.js

11 řádky
203 B
JavaScript
Surový Normální zobrazení Historie

2023-01-24 02:20:11 +01:00
/** @type {import('@playwright/test').PlaywrightTestConfig} */
const config = {
2023-01-30 04:04:13 +01:00
webServer: {
command: 'npm run build && npm run preview',
port: 4173
},
testDir: 'tests'
2023-01-24 02:20:11 +01:00
};
export default config;