-
Hi,
I use this module in my application, and I started to write e2e tests with protractor.
There is no problem when writing tests for function using notification which stay on screen, but notificatio…
-
I just found that protractor tests will break when using bindonce directives, making them impossible to work with each other at the present moment.
Protractor is [heavy dependent on the directive "ng…
-
**Issue:**
If I set "ignoreSkippedSpecs" to "true" and then, in my spec files, use "fit" or "fdescribe" to only run a single test/block of tests, the screenshot reporter still creates screenshots for …
-
Hi there!
- Operating system and version
Jasmine version: 2.4.1
Browser name: chrome
Browser version: 53.0.2785.143
Platform: LINUX
Javascript enabled: true
Css selectors enabled: true
- Node.…
-
As Juice Shop already has a complete set of API integration and end-to-end vulnerability exploit tests, it would be cool to be able to run them through your pipeline as well.
### API integration te…
-
**Issue Summary:**
Encountered an error while attempting to run End-to-End (E2E) tests using Protractor. The error indicates an inability to start a WebDriver session due to a version mismatch betw…
-
I'm running on Windows 8.1 using grunt-protractor-webdriver and grunt-protractor-runner. When I have this config:
```
multiCapabilities: [
{ 'browserName': 'firefox' },
{ 'browserNam…
-
I currently have a suite of tests which are run in Chrome using grunt-protractor-runner. I need to get the tests running on IE11 but having problems at the minute.
protractor.conf.js has this:
```
…
-
Hi. First let me say, WOW. This is an awesome guide that gives clear examples for pretty much all things you could do in unit testing for AngularJS.
At my current job we are also using what we call "…
-
I am attempting to record a suite of protractor tests. The suite runs on (and behaves the same on) both local dev machines (Macbooks) and Jenkins CI. We use Docker containers to run the tests. In the …