mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 22:46:13 +02:00
🐛 Fix typo on integration test docs (#5796)
This commit is contained in:
parent
00b0a59868
commit
ef9ead8072
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
- [COMMENTS] Notifications in Backend, Profile Section, and Mention Email Notification [Taiga #9233](https://tree.taiga.io/project/penpot/us/9233)
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :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 problem with alt key measures being stuck [Taiga #9348](https://tree.taiga.io/project/penpot/issue/9348)
|
||||||
- Fix error when reseting stroke cap
|
- Fix error when reseting stroke cap
|
||||||
- Fix problem with strokes not refreshing in Safari [Taiga #9040](https://tree.taiga.io/project/penpot/issue/9040)
|
- Fix problem with strokes not refreshing in Safari [Taiga #9040](https://tree.taiga.io/project/penpot/issue/9040)
|
||||||
|
|
|
@ -319,14 +319,14 @@ cd penpot/frontend
|
||||||
3. Run the tests with <code class="language-bash">yarn</code>:
|
3. Run the tests with <code class="language-bash">yarn</code>:
|
||||||
|
|
||||||
```bash
|
```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.
|
> 💡 **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
|
```bash
|
||||||
# run in parallel with 4 workers
|
# run in parallel with 4 workers
|
||||||
yarn e2e:test --workers 4
|
yarn test:e2e --workers 4
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Running the tests in Chromium
|
#### Running the tests in Chromium
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue