Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this integrate with Goconvey BDD test code? #81

Open
MikeWarren2014 opened this issue Nov 6, 2018 · 3 comments
Open

Does this integrate with Goconvey BDD test code? #81

MikeWarren2014 opened this issue Nov 6, 2018 · 3 comments
Labels

Comments

@MikeWarren2014
Copy link

I have stumbled upon, and recently made use of, the Goconvey BDD framework. It is, as BDD frameworks usually are, great. Unfortunately, the test reports are not exportable.

Will this tool run, and report any test fails on, Goconvey code?

@chrischris292
Copy link

+1

@jstemmer
Copy link
Owner

go-junit-report currently doesn't support any output generated by third party test frameworks. Supporting other testing frameworks may be something to consider in the future.

@tstraley
Copy link

tstraley commented Nov 1, 2022

We use goconvey in our tests and execute our tests with go test -v 2>&1 | tee >(go-junit-report > test-report.xml). This gives the useful BDD formatted output, and still generates the xml report correctly, including test failures. No issues with go-junit-report v1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants