-
I'm getting an error as soon as the spec starts when running protractor 5.1.1
[09:15:44] E/launcher - Could not select scenario [success]
[09:15:44] E/launcher - Error: Could not select scenario […
-
Hi,
Thank you for this library. We used it happily in development but found that it has issues for production, specifically if used in conjunction with aot compilation:
```
Warning: Can't resol…
-
when i run the following snippet from within protractor:
``` javascript
var HttpBackend = require('http-backend-proxy');
var proxy = new HttpBackend(browser);
describe('foo', function() {
it('sho…
-
It would be nice if we could add a flexible date. Preferably something which can be formatted. I was thinking something along the lines of:
" date: X d(ays) X m(onths) X y(ears) in the [ future | past…
-
I am unable to get this API to work for more than 1 request. Will the config below with multiple routes work?
```
.config(function (apiMockProvider) {
apiMockProvider.config({
mockDataPath:…