Skip to content

Commit

Permalink
update docs for running integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dalibortosic00 committed Oct 23, 2023
1 parent c0ea6a6 commit 25e514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This will fix Prettier and Eslint errors.

## Running integration tests

To run integrations with [Playwright](https://playwright.dev/), first run `yarn start` to run the examples website, then run `yarn test:integration` in a separate session to open the Playwright test suite.
To run integrations with [Playwright](https://playwright.dev/), first run `yarn start` to run the examples website, then run `yarn playwright` in a separate session to open the Playwright test suite. Or alternatively, run just `yarn test:integration-local`.

## Testing Input Methods

Expand Down

0 comments on commit 25e514e

Please sign in to comment.