Skip to content

Commit

Permalink
Fix playwright typos
Browse files Browse the repository at this point in the history
  • Loading branch information
acaire authored Aug 27, 2024
1 parent c4b2a69 commit 1466e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/test_analytics/javascript_collectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ To configure Cypress:
### Playwright
If you're already using Playwright, you can add `buildkite-test-collector/playright/reporter` to the list of reporters to collect test results into your Test Analytics dashboard.
If you're already using Playwright, you can add `buildkite-test-collector/playwright/reporter` to the list of reporters to collect test results into your Test Analytics dashboard.
To configure Playwright:
1. Make sure Playwright runs with access to [CI environment variables](/docs/test-analytics/ci-environments).
1. Add `"buildkite-test-collector/playwright/reporter"` to [Playwright's `reporters` configuration array](https://playwright.dev/docs/test-reporters#multiple-reporters) (typically found in `playwright.config.js`):
1. Add `"buildkite-test-collector/playwright/reporter"` to [Playwright's `reporter` configuration array](https://playwright.dev/docs/test-reporters#multiple-reporters) (typically found in `playwright.config.js`):
```js
// playwright.config.js
Expand Down

0 comments on commit 1466e70

Please sign in to comment.