Skip to content

Method to disable individual tests #920

@duncangreene

Description

@duncangreene

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.

  1. Deleting the highlighted block below from a test pack...

Image

...in this case the tests were still conducted, despite not being present in the test pack.

Image

  1. Adding "enabled": false to the module_config.json file...

Image

...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).

Image

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.

Image

Metadata

Metadata

Assignees

Labels

frameworkInvolves backend components (e.g framework or test modules)

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions