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

Commits on Dec 19, 2022

  1. GD-337: Allow to run a single parameterized test from inspector

    # 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 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ce78a26 View commit details
    Browse the repository at this point in the history