netlify test

This commit is contained in:
Shivam Meena
2023-06-07 22:00:57 +05:30
parent b65f12d3a2
commit 82ff2df427
21 changed files with 6475 additions and 0 deletions

View File

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