🐛 Fix typo on integration test docs (#5796)

This commit is contained in:
Eva Marco 2025-02-06 17:42:15 +01:00 committed by GitHub
parent 00b0a59868
commit ef9ead8072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -319,14 +319,14 @@ cd penpot/frontend
3. Run the tests with <code class="language-bash">yarn</code>:
```bash
yarn e2e:test
yarn test:e2e
```
> 💡 **TIP:** By default, the tests will _not_ run in parallel. You can set the amount of workers to run the tests with <code class="language-bash">--workers</code>. Note that, depending on your machine, this might make some tests flaky.
```bash
# run in parallel with 4 workers
yarn e2e:test --workers 4
yarn test:e2e --workers 4
```
#### Running the tests in Chromium