We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2333f50 commit 6e710d6Copy full SHA for 6e710d6
Jenkinsfiles/Jenkinsfile.cbc-run-multi-pr-checks-w-selenium
@@ -99,7 +99,7 @@ pipeline {
99
steps{
100
sh """
101
. venv/bin/activate
102
- pytest ./apps/integration_tests/logging_tests.py::TestLoggings::test_auth_fhir_flows_logging
+ USE_NEW_PERM_SCREEN=true pytest ./apps/integration_tests/logging_tests.py::TestLoggings::test_auth_fhir_flows_logging
103
"""
104
}
105
@@ -134,7 +134,7 @@ pipeline {
134
sh 'echo "RUN selenium tests - testclient based authorization flow tests and data flow tests"'
135
136
137
- pytest ./apps/integration_tests/selenium_tests.py
+ USE_NEW_PERM_SCREEN=true pytest ./apps/integration_tests/selenium_tests.py
138
139
140
0 commit comments