Skip to content

Commit 9f9662a

Browse files
authored
pull base content,head:wwlpublishsync,into:de351b99f8ea832924188d0da67ffa78e98666a953fb05b6e5d461a33431d017-live
2 parents eb79cc4 + 42c77e7 commit 9f9662a

File tree

243 files changed

+1429
-1148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+1429
-1148
lines changed

.openpublishing.redirection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@
199199
"source_path_from_root": "/learn-pr/wwl-data-ai/deploy-paas-solutions-with-azure-sql/7-describe-sql-edge.yml",
200200
"redirect_url": "/training/modules/deploy-paas-solutions-with-azure-sql/"
201201
},
202+
{
203+
"source_path_from_root": "/learn-pr/wwl-data-ai/describe-performance-monitoring/6-describe-azure-sql-insights.yml",
204+
"redirect_url": "/training/modules/describe-performance-monitoring/"
205+
},
202206
{
203207
"source_path_from_root": "/learn-pr/wwl-data-ai/query-data-warehouse-microsoft-fabric/3-explore-visual-query-editor.yml",
204208
"redirect_url": "/training/modules/query-data-warehouse-microsoft-fabric/"

learn-pr.sln

Lines changed: 0 additions & 39 deletions
This file was deleted.
103 KB
Loading
Lines changed: 85 additions & 0 deletions
Loading

learn-pr/advocates/build-with-playwright/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: Introduction
7-
ms.date: 05/08/2024
7+
ms.date: 03/19/2025
88
ms.author: debbieobrien
99
author: debs-obrien
1010
ms.manager: jamont

learn-pr/advocates/build-with-playwright/2-introduction-to-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: What is Playwright?
44
metadata:
55
title: What is Playwright?
66
description: In this module, you learn about Playwright, a library that enables you to automate web browsers. You learn how to set up Playwright, create a new Playwright project, and write your first Playwright test.
7-
ms.date: 05/08/2024
7+
ms.date: 03/19/2025
88
ms.author: debbieobrien
99
author: debs-obrien
1010
ms.manager: jamont

learn-pr/advocates/build-with-playwright/3-set-up-playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ uid: learn.build-with-playwright.set-up-playwright
33
title: "Exercise: Getting Started with Playwright"
44
metadata:
55
title: "Exercise: Getting Started with Playwright"
6-
description: Lets begin by installing Playwright, then we explore the tool and validate that we can run the example tests that come when installing Playwright.
7-
ms.date: 05/08/2024
6+
description: Let's begin by installing Playwright, then we explore the tool and validate that we can run the example tests that come when installing Playwright.
7+
ms.date: 03/19/2025
88
ms.author: debbieobrien
99
author: debs-obrien
1010
ms.manager: jamont

learn-pr/advocates/build-with-playwright/4-understand-test-configuration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ uid: learn.build-with-playwright.understand-test-configuration
33
title: "Exercise: Deconstruct a Playwright Test"
44
metadata:
55
title: "Exercise: Deconstruct a Playwright Test"
6-
description: Lets now dive deeper into the Playwright Test Specification and Configuration. Lets open the project we created in the previous section in our favorite code editor and explore the files that Playwright installed. We're using Visual Studio Code for the workshop.
7-
ms.date: 05/08/2024
6+
description: Let's now dive deeper into the Playwright Test Specification and Configuration. Let's open the project we created in the previous section in our favorite code editor and explore the files that Playwright installed. We're using Visual Studio Code for the workshop.
7+
ms.date: 03/19/2025
88
ms.author: debbieobrien
99
author: debs-obrien
1010
ms.manager: jamont

learn-pr/advocates/build-with-playwright/5-understand-test-specification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Understand Test Specification
44
metadata:
55
title: Understand Test Specification
66
description: The default test runs on the tests/example.spec.ts specification. Let's unpack that to see what it contains.
7-
ms.date: 05/08/2024
7+
ms.date: 03/19/2025
88
ms.author: debbieobrien
99
author: debs-obrien
1010
ms.manager: jamont

learn-pr/advocates/build-with-playwright/6-get-started-using-vs-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Exercise: Using Playwright in Visual Studio Code"
44
metadata:
55
title: "Exercise: Using Playwright in Visual Studio Code"
66
description: In the previous section, we walked through core concepts related to the Playwright Test Configuration and Playwright Test Specification - but we used the Playwright command line (CLI) for executing our tests and viewing reports. In this section, we'll use Visual Studio Code to run tests, debug tests, and record new tests.
7-
ms.date: 05/08/2024
7+
ms.date: 03/19/2025
88
ms.author: debbieobrien
99
author: debs-obrien
1010
ms.manager: jamont

0 commit comments

Comments
 (0)