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: learn-pr/azure-devops/run-non-functional-tests-azure-pipelines/includes/3-set-up-environment.md
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,21 +30,32 @@ The modules in this learning path are part of a progression that follows the Tai
30
30
31
31
Run a template that sets up your Azure DevOps organization.
32
32
33
-
> [!div class="nextstepaction"]
34
-
> [Run the template](https://azuredevopsdemogenerator.azurewebsites.net/?x-ms-routing-name=self&name=run-non-functional-tests&azure-portal=true)
33
+
1.[Get and run the ADOGenerator project](https://github.com/microsoft/AzDevOpsDemoGenerator/blob/main/docs/RunApplication.md) in Visual Studio or the IDE of your choice.
35
34
36
-
On the Azure DevOps Demo Generator site, follow these steps to run the template.
35
+
1. When prompted to **Enter the template number from the list of templates**, enter **33** for **Run non-functional tests in Azure Pipelines**, then press **Enter**.
37
36
38
-
1. Select **Sign In** and accept the usage terms.
39
-
1. On the **Create New Project** page, select your Azure DevOps organization, then enter a project name such as *Space Game - web - Nonfunctional tests*.
37
+
1. Choose your authentication method. You can [set up and use a Personal Access Token (PAT)](/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate#create-a-pat) or use device login.
40
38
41
-
:::image type="content" source="../media/3-create-new-project.png" alt-text="Screenshot for Creating a project through the Azure DevOps Demo Generator.":::
39
+
> [!NOTE]
40
+
> If you set up a PAT, If you set up a PAT, make sure to authorize the necessary [scopes](/azure/devops/integrate/get-started/authentication/oauth#scopes). For this module, you can use **Full access**, but in a real-world situation, you should ensure you grant only the necessary scopes.
42
41
43
-
1. Select **Yes, I want to fork this repository**, then select **Authorize**.
44
-
1. Select **Create Project**.
42
+
1. Enter your Azure DevOps organization name, then press **Enter**.
45
43
46
-
The template takes a few moments to run.
47
-
1. Select **Navigate to project** to go to your project in Azure DevOps.
44
+
1. If prompted, enter your Azure DevOps PAT, then press **Enter**.
45
+
46
+
1. Enter a project name such as *Space Game - web - Nonfunctional tests*, then press **Enter**.
47
+
48
+
1. Once your project is created, go to your Azure DevOps organization in your browser (at `https://dev.azure.com/<your-organization-name>/`) and select the project.
49
+
50
+
### Fork the repository
51
+
52
+
If you haven't already, create a fork of the **mslearn-tailspin-spacegame-web-deploy** repository.
53
+
54
+
1. On GitHub, go to the [mslearn-tailspin-spacegame-web-deploy](https://github.com/MicrosoftDocs/mslearn-tailspin-spacegame-web-deploy) repository.
55
+
56
+
1. Select **Fork** at the top-right of the screen.
57
+
58
+
1. Choose your GitHub account as the **Owner**, then select **Create fork**.
48
59
49
60
> [!IMPORTANT]
50
61
> The [Clean up your Azure DevOps environment](/training/modules/run-non-functional-tests-azure-pipelines/6-clean-up-environment?azure-portal=true) page in this module contains important cleanup steps. Cleaning up helps ensure that you don't run out of free build minutes. Be sure to perform the cleanup steps even if you don't complete this module.
0 commit comments