-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ginkgo config configurable for E2E
In ginkgo v2, the SuiteConfig and ReporterConfig are no longer global and need to be passed to RunSpecs. 'subctl' needs to be able to customize some of these fields so add SuiteConfig and ReporterConfig fields to the TestContext to facilitate this. Note that TestContext.JunitReport was removed since the equivalent field exists in ReporterConfig. Signed-off-by: Tom Pantelis <[email protected]>
- Loading branch information
1 parent
47fd3c8
commit f9e9d9e
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters