error improvements
This commit is contained in:
parent
a4c4d48027
commit
cf28aed45a
2 changed files with 28 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
import { defineConfig } from "@playwright/test";
|
||||
import { defineConfig } from '@playwright/test';
|
||||
|
||||
export default defineConfig({
|
||||
webServer: {
|
||||
command: "npm run build && npm run preview",
|
||||
port: 4173,
|
||||
},
|
||||
webServer: {
|
||||
command: 'pnpm run build && pnpm run preview',
|
||||
port: 4173
|
||||
},
|
||||
|
||||
testDir: "e2e",
|
||||
testDir: 'e2e'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue