Skip to content

Commit 90cf2bc

Browse files
committed
fix build error
1 parent 4a55e58 commit 90cf2bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/playwright-testing/quickstart-automate-end-to-end-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ After you complete this quickstart, you have a CI workflow that runs your Playwr
2525
- A GitHub account. If you don't have a GitHub account, you can [create one for free](https://github.com/).
2626
- A GitHub repository that contains your Playwright test specifications and GitHub Actions workflow. To create a repository, see [Creating a new repository](https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-new-repository).
2727
- A GitHub Actions workflow. If you need help with getting started with GitHub Actions, see [create your first workflow](https://docs.github.com/en/actions/quickstart)
28-
- Set up authentication from GitHub Actions to Azure. To configure see [Use GitHub Actions to connect to Azure](https://learn.microsoft.com/azure/developer/github/connect-from-azure)
28+
- Set up authentication from GitHub Actions to Azure. To configure see [Use GitHub Actions to connect to Azure](/azure/developer/github/connect-from-azure)
2929

3030
# [Azure Pipelines](#tab/pipelines)
3131
- An Azure DevOps organization and project. If you don't have an Azure DevOps organization, you can [create one for free](/azure/devops/organizations/projects/create-project).

articles/playwright-testing/quickstart-run-end-to-end-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ az login
100100

101101
You can generate an access token from your Playwright Testing workspace and use it in your setup. However, we strongly recommend Microsoft Entra ID for authentication due to its enhanced security. Access tokens, while convenient, function like long-lived passwords and are more susceptible to being compromised.
102102

103-
1. To use access token based authentication, [Enable access-token based authentication](./how-to-manage-authentication.md#enable-access-token-based-authentication)
103+
1. Authentication using access tokens is disabled by default. To use, [Enable access-token based authentication](./how-to-manage-authentication.md#enable-authentication-using-access-tokens)
104104

105105
2. [Set up authentication using access tokens](./how-to-manage-authentication.md#set-up-authentication-using-access-tokens)
106106

0 commit comments

Comments
 (0)