feat: add artifact tests (#859)
This commit is contained in:
parent
9628c54755
commit
8e561dced4
13 changed files with 669 additions and 255 deletions
|
|
@ -82,6 +82,15 @@ export default defineConfig({
|
|||
storageState: 'playwright/.reasoning/session.json',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'artifacts',
|
||||
testMatch: /artifacts.test.ts/,
|
||||
dependencies: ['setup:auth'],
|
||||
use: {
|
||||
...devices['Desktop Chrome'],
|
||||
storageState: 'playwright/.auth/session.json',
|
||||
},
|
||||
},
|
||||
|
||||
// {
|
||||
// name: 'firefox',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue