Skip to content

Commit

Permalink
Updated Playwright Codegen broken link (#4448)
Browse files Browse the repository at this point in the history
* Updated Playwright Codegen link

The current link is broken, so replacing it with the link mentioning the steps to run the Codegen.

* Fix linting

* Fix linting

---------

Co-authored-by: Krystle Salazar <[email protected]>
Co-authored-by: Krystle Salazar <[email protected]>
Co-authored-by: zack <[email protected]>
  • Loading branch information
4 people authored Jun 6, 2024
1 parent 9de6508 commit d1f6c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/frontend/reference/playwright_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ Don't be alarmed if you notice this.
## Generating new tests

When writing end-to-end tests, it can be helpful to use Playwright
[codegen](https://playwright.dev/docs/cli#generate-code) to generate the tests
by performing actions in the browser:
[codegen](https://playwright.dev/docs/codegen#running-codegen) to generate the
tests by performing actions in the browser:

```bash
just frontend/run test:playwright:gen
Expand Down

0 comments on commit d1f6c88

Please sign in to comment.