Skip to content

Commit 06c0eac

Browse files
committed
address review comments
1 parent 253d8ec commit 06c0eac

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -460,14 +460,16 @@ The settings for your test run can be defined in `.runsettings` file. For more i
460460

461461
> [!CAUTION]
462462
> With Microsoft Playwright Testing, you get charged based on the number of total test minutes consumed and 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 and test results.
463-
>
464-
> After you validate that the test runs successfully, you can gradually increase the test load by running more tests with the service.
465-
>
463+
464+
After you validate that the test runs successfully, you can gradually increase the test load by running more tests with the service.
465+
466466
::: zone pivot="playwright-test-runner"
467467

468-
> You can run a single test with the service by using the following command-line:
469-
>
470-
> ```npx playwright test {name-of-file.spec.ts} --config=playwright.service.config.ts```
468+
You can run a single test with the service by using the following command-line:
469+
470+
```powershell
471+
npx playwright test {name-of-file.spec.ts} --config=playwright.service.config.ts
472+
```
471473

472474
::: zone-end
473475
## View test runs and results in the Playwright portal

0 commit comments

Comments
 (0)