From 900cff87a705d3d143baf69b07de025cea31b67b Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 12 Oct 2022 09:31:31 +0200 Subject: [PATCH] run the test --- changedetectionio/run_all_tests.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changedetectionio/run_all_tests.sh b/changedetectionio/run_all_tests.sh index e4ea3bac..4fb2e334 100755 --- a/changedetectionio/run_all_tests.sh +++ b/changedetectionio/run_all_tests.sh @@ -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