add codegen

This commit is contained in:
Daniel 2023-11-30 23:08:00 +01:00
parent 99e7800792
commit 010b1187c0

View file

@ -45,3 +45,11 @@ Force rebuild wtihtout cache
```bash
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
```