From 38504d63d752c022df6561aa83161b8dea767ae3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 9 Dec 2023 15:27:02 +0100 Subject: [PATCH] add pytest -m "not slow" to readme --- README.md | 1 + 1 file changed, 1 insertion(+) 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 ```