diff --git a/README.md b/README.md index 159e16e..7fb9702 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ playwright codegen demo.playwright.dev/todomvc # visit given url in codegen mod ```bash pytest # test pytest-abra +pytest -m "not slow" # test pytest-abra without slow tests pytest --collect-only # debug test pytest-abra docker compose run --rm app pytest # run pytest-abra ```