-
Getting below error on using protractor-perf although the browser has been specified in the config file
if (typeof browserConfig[passedBrowser.browserName] !== 'undefined') {
^TypeError: Cannot read …
-
the e2e test dont work it fails in app.steps.ts
-
I've a test that does an image comparison and would like to have the reference, actual and diff image all in the html report.
but as long as there is a single `step.image`, I can't have them all in t…
-
I have several tests that make a regression test set. The tests are not dependent from each other, but they take a long time to execute sequentially. I thought I could **_execute them in parallel_**, …
-
Feature Request
---
In `protractor/docs/page-objects.md` only one page object is implemented as a function. Thus, inheritance is not shown.
As I understand, the proper way to implement page objects…
-
Hi, i have to proposal for this guideline i would like to discuss about it so we can see if i should make a pull request.
**Sugar-Step**
Adding a [sugar-step](https://github.com/ldegen/sugar-step) al…
-
Our data table has some very long strings in it. The final log tries to make all the columns line up. That combination makes the whole table quite a lot longer than it needs to be. We'…
-
Hello,
We use protractor and so your reporter for our project.
I choose bootstrap to generated report appearance, but the style isn't applied with the current bootstrap version used by reporter.
…
-
### 🤔 What's the problem you're trying to solve?
To enable the cleanup of resources used during a test scenario (closing web browsers, disconnecting database connections, etc.), [Serenity/JS](https…
-
macOS High Sierra v 10.13.2
VS Code Version 1.19.0 (1.19.0)
typescript Version 2.6.2
Node v8.9.3
I clicked the "Go to step definition" and nothing happened:
The setting looks correct to me…