diff --git a/README.md b/README.md index 9d61b40..a046244 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file