@@ -145,9 +145,9 @@ test('should work with screenshot: on', async ({ runInlineTest }, testInfo) => {
145
145
' test-failed-1.png' ,
146
146
'artifacts-persistent-passing' ,
147
147
' test-finished-1.png' ,
148
- 'artifacts-shared-failing' ,
148
+ 'artifacts-shared-shared- failing' ,
149
149
' test-failed-1.png' ,
150
- 'artifacts-shared-passing' ,
150
+ 'artifacts-shared-shared- passing' ,
151
151
' test-finished-1.png' ,
152
152
'artifacts-two-contexts' ,
153
153
' test-finished-1.png' ,
@@ -177,7 +177,7 @@ test('should work with screenshot: only-on-failure', async ({ runInlineTest }, t
177
177
' test-failed-1.png' ,
178
178
'artifacts-persistent-failing' ,
179
179
' test-failed-1.png' ,
180
- 'artifacts-shared-failing' ,
180
+ 'artifacts-shared-shared- failing' ,
181
181
' test-failed-1.png' ,
182
182
'artifacts-two-contexts-failing' ,
183
183
' test-failed-1.png' ,
@@ -210,9 +210,9 @@ test('should work with trace: on', async ({ runInlineTest }, testInfo) => {
210
210
' trace.zip' ,
211
211
'artifacts-persistent-passing' ,
212
212
' trace.zip' ,
213
- 'artifacts-shared-failing' ,
213
+ 'artifacts-shared-shared- failing' ,
214
214
' trace.zip' ,
215
- 'artifacts-shared-passing' ,
215
+ 'artifacts-shared-shared- passing' ,
216
216
' trace.zip' ,
217
217
'artifacts-two-contexts' ,
218
218
' trace-1.zip' ,
@@ -242,7 +242,7 @@ test('should work with trace: retain-on-failure', async ({ runInlineTest }, test
242
242
' trace.zip' ,
243
243
'artifacts-persistent-failing' ,
244
244
' trace.zip' ,
245
- 'artifacts-shared-failing' ,
245
+ 'artifacts-shared-shared- failing' ,
246
246
' trace.zip' ,
247
247
'artifacts-two-contexts-failing' ,
248
248
' trace-1.zip' ,
@@ -269,7 +269,7 @@ test('should work with trace: on-first-retry', async ({ runInlineTest }, testInf
269
269
' trace.zip' ,
270
270
'artifacts-persistent-failing-retry1' ,
271
271
' trace.zip' ,
272
- 'artifacts-shared-failing-retry1' ,
272
+ 'artifacts-shared-shared- failing-retry1' ,
273
273
' trace.zip' ,
274
274
'artifacts-two-contexts-failing-retry1' ,
275
275
' trace-1.zip' ,
@@ -312,9 +312,9 @@ test('should stop tracing with trace: on-first-retry, when not retrying', async
312
312
expect ( result . passed ) . toBe ( 1 ) ;
313
313
expect ( result . flaky ) . toBe ( 1 ) ;
314
314
expect ( listFiles ( testInfo . outputPath ( 'test-results' ) ) ) . toEqual ( [
315
- 'a-flaky-retry1' ,
315
+ 'a-shared- flaky-retry1' ,
316
316
' trace.zip' ,
317
- 'a-no-tracing' , // Empty dir created because of testInfo.outputPath() call.
317
+ 'a-shared- no-tracing' , // Empty dir created because of testInfo.outputPath() call.
318
318
'report.json' ,
319
319
] ) ;
320
320
} ) ;
0 commit comments