-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Method to disable individual tests #920
Comments
@jhughesbiot thanks for the nod on this. Just confirming here for my own notes that changing |
@jhughesbiot Is there scope to get the functionality as discussed in method 1 in the original post working? I would anticipate that the expected behaviour be that the exclusion of a test from a test pack should cause it not to run at all, nor appear in the test result list. What are your thoughts? |
@duncangreene We will go ahead with the disabling of tests if it is not included in the test pack. |
@jboddey Sounds good, a couple of supplementary questions if possible. |
Raising issue further to e-mail conversation with @jboddey.
Use case
User should be able to disable individual tests from running, either from test pack (preferred), or from
module_config.json
files.I tried two methods as instructed.
...in this case the tests were still conducted, despite not being present in the test pack.
"enabled": false
to themodule_config.json
file......yields the below in the report. I would maybe have expected a result of "Disabled" or for the tests to not appear at all, as opposed to "Feature Not Detected" (the detection didn't happen).
These may warrant being two separate issues, but were discussed in the same thread of a need to disable individual tests. I can create a separate issue if wanted.
On a related point, it is noted that entire modules of tests can be disabled via the UI below, and so I'm unsure how the proposed disabling of individual tests may interact/interfere with the below in the UI. As an observation I would have thought test pack choice would override and even avoid the need to specify these options in the UI to some extent.
The text was updated successfully, but these errors were encountered: