Skip to content
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

Add configuration to skip tests #8

Open
brynrhodes opened this issue Apr 19, 2024 · 2 comments · Fixed by #27
Open

Add configuration to skip tests #8

brynrhodes opened this issue Apr 19, 2024 · 2 comments · Fixed by #27
Labels
enhancement New feature or request

Comments

@brynrhodes
Copy link
Member

There should be a "skip" input parameter that takes a list of names of tests to be skipped.

@brynrhodes brynrhodes added the enhancement New feature or request label Apr 29, 2024
@darkknight13
Copy link
Contributor

Will there be an option to skip by tests, by group, or by a test only? If we intend to support skipping by tests and by group, in addition to skipping a test, should we use the same parameter "skip" or separate parameters such as "skip-tests", "skip-group", and "skip-test"? Alternatively, another option could be to allow anything to be passed to the "skip" parameter—tests, groups, or test names—and if it matches anything, it will be skipped.

@richfirely richfirely linked a pull request Jul 2, 2024 that will close this issue
@richfirely
Copy link

I added some functionality like this in the linked PR. I had to get past some tests during development of said PR. Hopefully it's easily adjusted to account for ideas here. For the moment it takes all 3, tests, group, test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants