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

GD-337: Allow to run a single parameterized test from the inspector #338

Merged
merged 1 commit into from
Dec 19, 2022

Conversation

MikeSchulze
Copy link
Owner

@MikeSchulze MikeSchulze commented Dec 19, 2022

Why

By default, you can execute only one selected test or test suite. For parameterized tests, the inspector is populated with all parameterized tests when the test is executed. If a test fails, you have to re-run the entire test case, but it would be nice if you could select one of the parameterized test runs and re-run it as a single case.

image

What

Implemented to run a selected parameterized test case via the inspector context menu.

image

# Why
By default you can only run one selected test or testsuite.
For paramterized test the inspector is filled up at test execution with all paramterized tests.
If one is failing you need to run the whole test case again but it would be nice
to select one of the paramterized test run and run as single case again.

# What
Implemented to run a parameterized test case via the inspector context menu.
@MikeSchulze MikeSchulze self-assigned this Dec 19, 2022
@MikeSchulze MikeSchulze changed the title GD-337: Allow to run a single parameterized test from inspector GD-337: Allow to run a single parameterized test from the inspector Dec 19, 2022
@MikeSchulze MikeSchulze merged commit 9e063de into master Dec 19, 2022
@MikeSchulze MikeSchulze deleted the GD-337 branch December 19, 2022 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GD-337: Start an individual parameterised test from the GdUnit3 tab context menu
1 participant