Add mock api and test reporting
This commit is contained in:
parent
e9461cee3d
commit
98f6deb253
2 changed files with 63 additions and 0 deletions
|
@ -9,6 +9,7 @@ const config: PlaywrightTestConfig = {
|
|||
command: 'npm run build && npm run preview',
|
||||
port: 4173
|
||||
},
|
||||
reporter: process.env.CI ? 'github' : 'list',
|
||||
testDir: 'tests',
|
||||
testMatch: /(.+\.)?(test|spec)\.[jt]s/
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue