I'm using the allure-go framework and would like to know how to run a single specific test case within a test suite, rather than executing all test cases in the entire suite.
I've tried the standard go test commands, but the execution gets stuck. I'm unsure how to combine Allure annotations and the suite structure to target an individual test case precisely.
I would appreciate help with: Command examples to run a single test case within a suite.
Thank you!
I'm using the allure-go framework and would like to know how to run a single specific test case within a test suite, rather than executing all test cases in the entire suite.
I've tried the standard go test commands, but the execution gets stuck. I'm unsure how to combine Allure annotations and the suite structure to target an individual test case precisely.
I would appreciate help with: Command examples to run a single test case within a suite.
Thank you!