We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf52b88 commit 650cfddCopy full SHA for 650cfdd
playwright.config.ts
@@ -44,6 +44,8 @@ const config: PlaywrightTestConfig<{}, {}> = {
44
showError: true,
45
quiet: true,
46
includeResults: ["fail", "flaky", "skipped"],
47
+ azureStorageSAS: process.env.AZURE_STORAGE_SAS,
48
+ azureStorageUrl: process.env.AZURE_STORAGE_URL,
49
},
50
],
51
0 commit comments