Skip to content

Commit c3917a2

Browse files
Merge pull request #286761 from vvs11/main
Added note for users in the docs
2 parents f3c4cc6 + 699c6f3 commit c3917a2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

articles/playwright-testing/includes/include-playwright-portal-create-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 10/04/2023
1212

1313
> [!TIP]
1414
> If you have multiple workspaces, you can switch to another workspace by selecting the workspace name at the top of the page, and then select **Manage all workspaces**.
15-
15+
1616
1. If you don't have a workspace yet, select **+ New workspace**, and then provide the following information:
1717

1818
|Field |Description |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ Update the CI workflow definition to run your Playwright tests with the Playwrig
164164
165165
When the CI workflow is triggered, your Playwright tests run in your Microsoft Playwright Testing workspace on cloud-hosted browsers, across 20 parallel workers.
166166
167+
> [!NOTE]
168+
> Reporting feature will be enabled by default for existing workspaces. This is being rolled out in stages and will take a few days. To avoid failures, confirm that `Rich diagnostics using reporting` setting is ON for your workspace before proceeding. See, [Enable reporting for workspace](./how-to-use-service-features.md#manage-feature-for-the-workspace).
169+
167170
> [!CAUTION]
168171
> With Microsoft Playwright Testing, you get charged based on the number of total test minutes and test result published. If you're a first-time user or [getting started with a free trial](./how-to-try-playwright-testing-free.md), you might start with running a single test at scale instead of your full test suite to avoid exhausting your free test minutes and test results.
169172
>

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@ You've now prepared the configuration for running your Playwright tests in the c
113113
114114
### Run a single test at scale
115115
116-
With Microsoft Playwright Testing, you get charged based on the number of total test minutes and number of test results published. If you're a first-time user or [getting started with a free trial](./how-to-try-playwright-testing-free.md), you might start with running a single test at scale instead of your full test suite to avoid exhausting your free test minutes.
116+
With Microsoft Playwright Testing, you get charged based on the number of total test minutes and number of test results published. If you're a first-time user or [getting started with a free trial](./how-to-try-playwright-testing-free.md), you might start with running a single test at scale instead of your full test suite to avoid exhausting your free trial limits.
117+
118+
> [!NOTE]
119+
> Reporting feature will be enabled by default for existing workspaces. This is being rolled out in stages and will take a few days. To avoid failures, confirm that `Rich diagnostics using reporting` setting is ON for your workspace before proceeding. See, [Enable reporting for workspace](./how-to-use-service-features.md#manage-feature-for-the-workspace).
117120

118121
After you validate that the test runs successfully, you can gradually increase the test load by running more tests with the service.
119122

@@ -249,6 +252,8 @@ The test run contains the CI information, test run status, workers used, duratio
249252
> [!TIP]
250253
> You can use Microsoft Playwright Testing service features independently. You can publish test results to the portal without using the cloud-hosted browsers feature and you can also use only cloud-hosted browsers to expedite your test suite without publishing test results.
251254
255+
> [!NOTE]
256+
> The test results and artifacts that you publish are retained on the service for 90 days. After that, they are automatically deleted.
252257
253258
## Optimize parallel worker configuration
254259

0 commit comments

Comments
 (0)