|
@@ -15,7 +15,7 @@ const authFile = path.resolve(__dirname, './playwright/.auth/admin.json');
|
|
|
* See https://playwright.dev/docs/test-configuration.
|
|
* See https://playwright.dev/docs/test-configuration.
|
|
|
*/
|
|
*/
|
|
|
export default defineConfig({
|
|
export default defineConfig({
|
|
|
- timeout: 7 * 1000,
|
|
|
|
|
|
|
+ // timeout: 7 * 1000,
|
|
|
|
|
|
|
|
testDir: './playwright',
|
|
testDir: './playwright',
|
|
|
outputDir: './playwright/output',
|
|
outputDir: './playwright/output',
|