I'm trying to find a way to execute test-cases with help of Graphical user interface in Pytest.
I found few plugins like Pytest-sugar which displays failed/passed status only. But I actually need to select the test-cases that I want to run in GUI display.
Is there a way to achieve this ?
Thanks in advance !!