You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to combine these 2 commands in one go test command?
go test go.mod/01-normal -v -run ^Test11$ && go test go.mod/04-testmain -v -run ^Test1$
How to fix this command?
go test go.mod/04-testmain -v -run ^Test1$ | gotestsum --junitfile unit-tests1.xml
Hi all,
I am trying to run a similar below command in gotestsum to run multiple tests using fully qualified name of tests:
go repo: https://github.com/yakuter/go-test-examples
go test go.mod/01-normal -v -run ^Test11$ && go test go.mod/04-testmain -v -run ^Test1$
Any suggestions how to combine these 2 commands?
The text was updated successfully, but these errors were encountered: