We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If this env var is set : SYSTEM_TESTS_FORCE_EXECUTE=feature-id-1,feature-id-2,feature-id-3
SYSTEM_TESTS_FORCE_EXECUTE=feature-id-1,feature-id-2,feature-id-3
Then feature-id-1, feature-id-2 and feature-id-3 must be executed, even if they are skipped.
feature-id-1
feature-id-2
feature-id-3
The text was updated successfully, but these errors were encountered:
Add a way to force a test execution #913
4e8e9be
Merge pull request #1270 from DataDog/cbeauchesne/force-execute
9a9d48e
cbeauchesne
No branches or pull requests
If this env var is set :
SYSTEM_TESTS_FORCE_EXECUTE=feature-id-1,feature-id-2,feature-id-3
Then
feature-id-1
,feature-id-2
andfeature-id-3
must be executed, even if they are skipped.The text was updated successfully, but these errors were encountered: