[e2e tests] Configure snapshotPathTemplate (#47773)
This commit is contained in:
parent
7f6e73dcd3
commit
48a2fccef0
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
E2E tests: configure snapshotPathTemplate
|
|
@ -68,6 +68,7 @@ const config = {
|
|||
actionTimeout: 20 * 1000,
|
||||
navigationTimeout: 20 * 1000,
|
||||
},
|
||||
snapshotPathTemplate: '{testDir}/{testFilePath}-snapshots/{arg}',
|
||||
projects: [
|
||||
{
|
||||
name: 'default',
|
||||
|
|
Loading…
Reference in New Issue