run the test

This commit is contained in:
dgtlmoon
2022-10-12 09:31:31 +02:00
parent e924d4308f
commit 900cff87a7
+7
View File
@@ -23,6 +23,13 @@ export BASE_URL="https://really-unique-domain.io"
pytest tests/test_notification.py
## JQ + JSON: filter test
# jq is not available on windows and we should just test it when the package is installed
# This will test the json and jq filters
pip3 install jq~=1.3
pytest tests/DISABLED_test_jsonpath_jq_selector.py
# Now for the selenium and playwright/browserless fetchers
# Note - this is not UI functional tests - just checking that each one can fetch the content