Golang testsuites

Thank you for your response . Actually I totally agree with you , I have same scenario to write test multiple test suites for multiple micro service. What I am looking is to have a total execution of test suites . For example ,I have testsuite1, testsuite2, testsuite3 …etc etc each testsuite contains 10 test cases i.e. testmethods I want to run couple of testcases from testsuite1 and testsuite2 I am not finding any solution for it. For example of we use cucumber we can execute certain test cases based on tagging which is pretty easy to perform .

1 Like