goconvey icon indicating copy to clipboard operation
goconvey copied to clipboard

Web UI says BUILD FAILURE, but all tests passed

Open Naatan opened this issue 7 years ago • 3 comments

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.

Naatan avatar Feb 01 '18 19:02 Naatan

Same issue here.

eduardompinto avatar Nov 29 '18 17:11 eduardompinto

Same issue here.

syslink avatar Jan 02 '19 09:01 syslink

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.

MattLish avatar Feb 22 '19 11:02 MattLish