diff --git a/tests/ui/pytest-ci.ini b/tests/ui/pytest-ci.ini index 5675e0db..6da84049 100644 --- a/tests/ui/pytest-ci.ini +++ b/tests/ui/pytest-ci.ini @@ -20,7 +20,7 @@ markers = execute_enterprise_cloud_true: Tests to be executed on enterprise cloud execute_enterprise_cloud_false: Tests not to be executed on enterprise cloud norecursedirs = .git .venv venv build deps tests/deps node_modules package -addopts = -v -s --tb=long +addopts = -v -s -m sanity_test --tb=long --splunk-type=external --junitxml=/home/circleci/work/test-results/test.xml --html=report.html