Replies: 1 comment 2 replies
-
Do you mean to start every scenario from a custom Or do you mean to pass resulting context of first scenario as starting context of next scenario? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://pkg.go.dev/github.com/cucumber/godog#TestSuiteContext
Hi @vearutop , what do you think about this idea:
Given the TestSuiteContext with contextualized hooks
When running a test suite
The context will be properly chained through ScenarioContext hooks
And also chained through the step
Use case:
I want to split a huge test suite to smaller one, maybe to many small folder or using multiple tags and run tag by tag.
Having a context from TestSuite level, I can config something like: no more than 10 minutes a run.
Beta Was this translation helpful? Give feedback.
All reactions