Added Example

This commit is contained in:
Shivam Meena
2022-10-31 00:29:51 +05:30
parent 1ae2620d7b
commit 46c22edd60
24 changed files with 5155 additions and 83 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;