Skip to content

Commit 650cfdd

Browse files
committed
Added blob storage
1 parent cf52b88 commit 650cfdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

playwright.config.ts

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ const config: PlaywrightTestConfig<{}, {}> = {
4444
showError: true,
4545
quiet: true,
4646
includeResults: ["fail", "flaky", "skipped"],
47+
azureStorageSAS: process.env.AZURE_STORAGE_SAS,
48+
azureStorageUrl: process.env.AZURE_STORAGE_URL,
4749
},
4850
],
4951
],

0 commit comments

Comments
 (0)