Skip to content
Snippets Groups Projects
Commit 08eb4fb6 authored by Jens Grochtdreis's avatar Jens Grochtdreis
Browse files

README umformatiert und mit Bild ergänzt

parent f3313024
No related branches found
No related tags found
No related merge requests found
......@@ -3,35 +3,46 @@
Inside that directory, you can run several commands:
## Runs the end-to-end tests.
````
npx playwright test
````
Runs the end-to-end tests.
## Runs the end-to-end tests in [UI-mode](https://playwright.dev/docs/test-ui-mode).
````
npx playwright test --ui
````
Runs the end-to-end tests in [UI-mode](https://playwright.dev/docs/test-ui-mode).
## Runs the tests only on Desktop Chrome.
````
npx playwright test --project=chromium
````
Runs the tests only on Desktop Chrome.
## Runs the tests in a specific file.
````
npx playwright test example
````
Runs the tests in a specific file.
## Runs the tests in debug mode.
````
npx playwright test --debug
````
Runs the tests in debug mode.
## Auto generate tests with Codegen.
````
npx playwright codegen
````
Auto generate tests with Codegen.
## The docs
Visit [https://playwright.dev/docs/intro](https://playwright.dev/docs/intro) for more information.
## Testing? Which testing?
![Different types of testing](new-testing-trophy.png)
new-testing-trophy.png

123 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment