🐛 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

@ -50,7 +50,7 @@ is a number of cores)
- [COMMENTS] Notifications in Backend, Profile Section, and Mention Email Notification [Taiga #9233](https://tree.taiga.io/project/penpot/us/9233)
### :bug: Bugs fixed
- Fix typo on integration tests docs [Taiga #10112](https://tree.taiga.io/project/penpot/issue/10112)
- Fix problem with alt key measures being stuck [Taiga #9348](https://tree.taiga.io/project/penpot/issue/9348)
- Fix error when reseting stroke cap
- Fix problem with strokes not refreshing in Safari [Taiga #9040](https://tree.taiga.io/project/penpot/issue/9040)

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