pbw-explore/playwright.config.js

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

2023-01-24 02:20:11 +01:00
/** @type {import('@playwright/test').PlaywrightTestConfig} */
const config = {
2023-01-24 04:43:57 +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;