-
Awesome slide deck! I especially like the "Sorry you can't. Just kidding! Of course you can!" Lol.
I'm actually trying to use cucumber.js with protractor and I'm getting and error "expect" is not de…
-
Test execution interrupts on attempt to run .getText() on ElementArrayFinder
Following error is displayed on attempt to run test with selenium server option:
> ✖ Given I execute socketException t…
-
Hi. I'm trying to use this framework and its insisting on an older version of protractor-cucumber-framework (8.0.1) (or whatever the nearest point of dependency is, maybe cucumber.js?).
This versio…
-
hey..
As many of you, i have struggled with flaky tests for years and honestly I'm getting tired of it, and that is why i came up to your library, and i want to contribute, sadly i'm still unable t…
-
My project can't compile because of the following error:
```
[dev] [14:14:13] E/launcher - Error: TypeError: protractor.promise.controlFlow is not a function
[dev] at Object. (C:\Protractor\m…
-
All the tests will re-run even if a single test failed. I am using `serenity-js framework` [chai assertions].
Configuration:
```javascript
onCleanUp: function (results) {
retry.onCle…
-
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 "…
-
Everything seems to work fine, until protractor_coverage starts up from within grunt.
I can run protractor outside of grunt and everything is fine. But from grunt I get this...
``` shell
grunt --deb…
-
To provide a better developer experience when running tests with IntelliJ and WebStorm, Serenity/JS should report additional information to the Protractor test runner:
- [ ] Test execution time, vi…
-
If you are in a .feature file, it would be nice if we can right-click on a Feature or Scenario and perform an action like `Test Feature` or `Test selected Scenario`