goconvey icon indicating copy to clipboard operation
goconvey copied to clipboard

tags?

Open neumachen opened this issue 10 years ago • 4 comments

Can you add the ability to sets the tags for go test tags=foo?

Thanks.

neumachen avatar Feb 08 '16 16:02 neumachen

Have you tried setting them in a .goconvey file?

https://github.com/smartystreets/goconvey/wiki/Profiles

I'm not sure if it would work, but it's worth a try.

mdwhatcott avatar Feb 08 '16 20:02 mdwhatcott

@magicalbanana - did you get to look into profiles? You should be able to set any go test -tags=... you would need (and more cool features too). Can I close this issue?

ruzz311 avatar Mar 31 '16 04:03 ruzz311

@magicalbanana any update?

dlogvinenko avatar May 09 '16 07:05 dlogvinenko

I've just tried creating integration.goconvey with

-tags=integration

while my test starts from // +build integration It works! Convey runs the test, while plain go test does not, which is what was the goal at least for me, when I found this issue.

strowk avatar Jan 07 '20 14:01 strowk