Wim Selles

Results 211 comments of Wim Selles

ok, let me try that locally. Not sure If I'm able to create a PR for it today, but will let you know

@christian-bromann I've checked it and it doesn't seem to work. If the protocol is set like this ``` "parameters": [{ "name": "url", "type": "string", "description": "A rule describing the request...

My thoughts now are to create three different commands - `redirectUrl` => https://docs.saucelabs.com/insights/debug/#sauceintercept--redirect - `interceptRequest` => https://docs.saucelabs.com/insights/debug/#sauceintercept--response - `respondWithError` => https://docs.saucelabs.com/insights/debug/#sauceintercept--error But naming has never been my strength, so love...

Hi @huiaic > But when I run protractor, I'm getting this error: What is the location of the `protractor.conf.js` file and the `protractor.mock.js` file? It could be that for example...

Hi @danpowell88 Isn't this more like a unit test of the source code instead of testing this in ng-apimock?

Tnx for your answer. ng-apimock doesn't have a prebuild assertion in it, but it could be a feature. @mdasberg , what do you think about that?

@jpzwarte Can you please share your code that sets the state? I'm using ng-apimock for more than 2 years now and don't have problems with it. My first guess would...

@jpzwarte I never relied on the control-flow of Protractor, so I don't know if ```js fit('should show a placeholder when no groups exist', () => { ngApimock.selectScenario('teacher-groups', 'empty'); page.navigateTo(); page.sleep(60000);...

👍 Can we close the issue then?