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
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
I would like to use MinkContext functions in FeatureContext and other Context named as ApiContext. But when I try to use, I got below error.
Is there anyone who solved this issue? Thanks.
Step "the response should be json" is already defined in FeatureContext::theResponseShouldBeJson()
My FeatureContext class like: class FeatureContext extends MinkContext
My ApiContext class like: class ApiContext extends FeatureContext implements Context
mtopcu
changed the title
I would like to use MinkContext in two different Context.
I would like to use MinkContext in two different Contexts.
Aug 9, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to use MinkContext functions in FeatureContext and other Context named as ApiContext. But when I try to use, I got below error.
Is there anyone who solved this issue? Thanks.
Step "the response should be json" is already defined in FeatureContext::theResponseShouldBeJson()
My FeatureContext class like: class FeatureContext extends MinkContext
My ApiContext class like: class ApiContext extends FeatureContext implements Context
And my behat yml is like:
The text was updated successfully, but these errors were encountered: