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
Current:
When ng-apimock is used within protractor tests and multiple scenario's need to be selected multiple calls to ngApimock.selectScenario('mock.name', 'mock.scenario') need to be created
Desired situation:
It would be nice that there is a new method called for example selectMultipleScenario(object) that can do something like this (this is how we implemented it in our project)
Current:
When ng-apimock is used within protractor tests and multiple scenario's need to be selected multiple calls to
ngApimock.selectScenario('mock.name', 'mock.scenario')
need to be createdDesired situation:
It would be nice that there is a new method called for example
selectMultipleScenario(object)
that can do something like this (this is how we implemented it in our project)The text was updated successfully, but these errors were encountered: