chore(docs): sync developer guide

This commit is contained in:
Elian Doran
2025-04-12 01:36:45 +03:00
parent d3e18a68a8
commit cd35884446
37 changed files with 2693 additions and 2697 deletions
@@ -3,7 +3,7 @@
Before starting Playwright, it has to be installed locally via:
```plain
```
npx playwright install
```
@@ -27,12 +27,12 @@ When asked for a password, the password is `demo1234`.
After starting the integration test server, to run the Playwright UI, run in the terminal:
```plain
```
npx playwright test --ui
```
It is also possible to run the interactive code generator instead:
```plain
```
npx playwright codegen
```
@@ -15,7 +15,7 @@ As mentioned previously, the database itself can be edited manually in order to
In order to do so, run a separate integration test server with:
```plain
```
npm run integration-edit-db
```