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
Copy file name to clipboardExpand all lines: articles/playwright-testing/quickstart-automate-end-to-end-testing.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,8 @@ Update the CI workflow definition to run your Playwright tests with the Playwrig
94
94
95
95
```yml
96
96
97
-
98
-
- name: OIDC Login to Azure Public Cloud with AzPowershell (enableAzPSSession true) # This step is to sign-in to Azure to run tests from GitHub Action workflow
97
+
# This step is to sign-in to Azure to run tests from GitHub Action workflow. You need to configure Open ID connect to set up authentication with Azure
98
+
- name: OIDC Login to Azure Public Cloud with AzPowershell (enableAzPSSession true)
99
99
uses: azure/login@v2
100
100
with:
101
101
client-id: ${{ secrets.AZURE_CLIENT_ID }}
@@ -134,17 +134,20 @@ Update the CI workflow definition to run your Playwright tests with the Playwrig
0 commit comments