Files
console/playwright.config.js
T
Torsten Dittmann a35faf7095 update prettier
2022-03-26 19:56:55 +03:00

10 lines
202 B
JavaScript

/** @type {import('@playwright/test').PlaywrightTestConfig} */
const config = {
webServer: {
command: 'npm run build && npm run preview',
port: 3000
}
};
export default config;