goconvey
goconvey copied to clipboard
Web UI says BUILD FAILURE, but all tests passed
Running go test -v ./...
also works fine. Why does it think there's a build failure? Is goconvey actually running go build
? Cause that would indeed fail, seeing as my main
package is in a subfolder.
Same issue here.
Same issue here.
Does it work in the web ui after clicking to manually run tests and refreshing the browser tab? I find sometimes the ui can get stuck if running concurrent tests, though I haven't found the cause of it yet.