From 010b1187c00de89657063452e4789425b1c5ddba Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 30 Nov 2023 23:08:00 +0100 Subject: [PATCH] add codegen --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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