You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey @lahabana yeah this sounds like a definite improvement. The number of flags that control report output is kinda overwhelming in Ginkgo but I think it's best to add another one as at least the flags are self-documenting in the cli.
Can you also add docs both somewhere in this section on configuring output and especially in this section on the recommended CI configuration.
Thanks!
lahabana
added a commit
to lahabana/ginkgo
that referenced
this issue
Mar 13, 2024
We run some fairly big and verbose test suites on github actions (.e.g: https://github.com/kumahq/kuma/actions/runs/8245083767/job/22550558820).
We could use
::group::
to group the stdout output for example which would make things much easier to read see for docs: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-linesThat would be an example:
This would make the output a lot easier to read.
From a quick look at the code it should likely be somewhere there:
ginkgo/reporters/default_reporter.go
Lines 284 to 306 in 977bc6f
It could either be a command line flag:
--github-output
or detect it using en env var like:GITHUB_ACTIONS=true
.The text was updated successfully, but these errors were encountered: