add codegen
This commit is contained in:
parent
99e7800792
commit
010b1187c0
1 changed files with 8 additions and 0 deletions
|
|
@ -45,3 +45,11 @@ Force rebuild wtihtout cache
|
||||||
```bash
|
```bash
|
||||||
docker-compose build --no-cache
|
docker-compose build --no-cache
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Codegen
|
||||||
|
|
||||||
|
Use playwright codegen to create code for new testes easily https://playwright.dev/python/docs/codegen
|
||||||
|
|
||||||
|
```bash
|
||||||
|
playwright codegen demo.playwright.dev/todomvc
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue