You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
// IMPORTANT: A valid Azure AD Tenant ID for testing purposes is required.
260
+
'VITE_AZURE_ACTIVE_DIRECTORY_TENANT_ID=common',
261
+
]) {
262
+
sh(
263
+
label: 'Test React Components',
264
+
script: 'npm run test',
265
+
)
266
+
}
265
267
}
266
268
}
269
+
} catch (Exception exception) {
270
+
zip zipFile: "${context.jobName}-${context.tagversion}-playwright-report.zip", archive: true, glob: 'playwright-report/**,test-results/**'
271
+
echo "\033[31mERROR: The test runs have failed.\033[0m\n\nFor a detailed analysis, download and extract the artifact and view it with: \033[34mnpx --yes @playwright/test show-report\033[0m"
0 commit comments