Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 449a681

Browse files
authored
README: mention test:api, openapi and format:fix (#31)
Mention in available npm commands in README also: - execution of API tests - regeneration of openapi based client - invocation of prettier for fixing file formatting before git commit
1 parent c73f583 commit 449a681

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,13 @@ For API tests:
5757

5858
There are come preconfigured commands you can use:
5959

60-
| Variable | Description |
61-
| --------------------- | ------------------------------------------------- |
62-
| npm run test | Execute tests |
63-
| npm run test:ui:trace | Execute tests and take screenshots |
64-
| npm run test:ui:host | Opens the Playwright UI in the browser of your OS |
60+
| Variable | Description |
61+
| --------------------- | --------------------------------------------------------------------------------- |
62+
| npm run test | Execute tests |
63+
| npm run test:ui:trace | Execute tests and take screenshots |
64+
| npm run test:ui:host | Opens the Playwright UI in the browser of your OS |
65+
| npm run test:api | Execute API test |
66+
| npm run openapi | Generate API client code from config/openapi.yaml |
67+
| npm run format:fix | Reformat source code according using prettier (use before commiting code changes) |
6568

6669
You can also execute any playwright or [playwright-bdd](https://vitalets.github.io/playwright-bdd) command directly in your terminal.

0 commit comments

Comments
 (0)