-
Notifications
You must be signed in to change notification settings - Fork 35
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
Use shipyard framework By instead of ginkgo By #1538
Conversation
🤖 Created branch: z_pr1538/tpantelis/use_framework_by |
7aedd9a
to
aa3c0d9
Compare
This alows flexibility to format or omit the output. Related to submariner-io/subctl#131 Signed-off-by: Tom Pantelis <[email protected]>
aa3c0d9
to
4eaf283
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be worth noting that by default, tests run using RunE2ETests
set By
up so that it calls ginkgo’s By
, so this doesn’t change existing behaviour.
No - this is for |
Right, I get that the context of this change is |
🤖 Closed branches: [z_pr1538/tpantelis/use_framework_by] |
This alows flexibility to format or omit the output.
Related to submariner-io/subctl#131