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

Skip each test function logs and print in summary #1379

Open
tahir-ali-uipath opened this issue Apr 3, 2024 · 1 comment
Open

Skip each test function logs and print in summary #1379

tahir-ali-uipath opened this issue Apr 3, 2024 · 1 comment

Comments

@tahir-ali-uipath
Copy link

We are trying to skip each test function logs and only print them at summary level. I tried this but it doesn't work for me

suiteConfig, reporterConfig := GinkgoConfiguration()
reporterConfig.Verbose = false
reporterConfig.FullTrace = false
reporterConfig.VeryVerbose = false
reporterConfig.ShowNodeEvents = false
reporterConfig.Succinct = true

suiteConfig.EmitSpecProgress = false

RunSpecs(t, "Skynet E2E Test Suite", suiteConfig, reporterConfig)

Any ideas?

@onsi
Copy link
Owner

onsi commented Apr 15, 2024

hey @tahir-ali-uipath what do you mean by summary level? Also are you running in parallel? If so you need to configure ginkgo via the ginkgo cli as the aggregated reporting is done by the cli, not the individual processes. That may be why you aren't seeing the configuration changes.

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

No branches or pull requests

2 participants