Skip to content

Multiple test "groupings" - outputs and reports #1514

Answered by onsi
bradleygore asked this question in Q&A
Discussion options

You must be logged in to vote

hey @bradleygore

The first thing I’d suggest is you can use the Serial decorator to mark the serial tests and then just have everything work as a single ginkgo -r invocation. You'll lose the ability to run the serial specs in parallel to the parallel specs via different GitHub actions - but if that's a trade off you're willing to make then that could work.

For your first question - there isn't a mechanism to suppress that output, no. If you'd like to work on a PR I can point you at how we could add such a mechanism.

For your second question - here too I don't have a great answer for you unfortunately. JUnit is "just XML" so you could write some code to merge the reports by hand - but that…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bradleygore
Comment options

Answer selected by bradleygore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants