-
## The problem
I am using browser.setViewportSize() to resize the viewport of the browser. If i call the method in the before()-Hook of any testsuite everything works fine. But if i put the method …
-
Hi team, i am trying to run a Kibana instance on my Windows10 machine. As per my findings the Kibana project is using grunt-esvm to load a elasticsearch cluster. And grunt-esvm internally uses libesvm…
-
I'm trying to disable some annoying cookies & javascript for a webpage that keeps popping up on the results gallery window. I thought I'd add the javascript\disable_javascript--casper.js file, that di…
-
### Expected
``` js
let { test, browser, viewport } = context;
let name = `${test.title}-${browser.os}-${browser.name}-${viewport.width}x${viewport.height}.png`;
// TEST-9877/test-macOS Sierra-Chro…
-
``` js
{
visualRegression: {
compare: new VisualRegressionCompare.LocalCompare({
referenceName : support.screenshot('./store/shots/expected'),
// screenshotName: su…
-
#### Actual
**/test.js**
``` js
browser.saveDocumentScreenshot('file.png', options);
browser.checkDocument(options)
```
**/config.js**
``` js
{
visualRegression: {
compare: new VisualR…
-
Hello,
Using newest Nightwatch.js:
`browser.assert.visualRegression('.site-nav');` command throws an error, while `browser.assert.visualRegression();` works properly.
```
Running: Main menu tests …
-
I've been trying to hide or remove CSS Selectors using RemoveSelectors or HideSelectors, that overlaps the Selectors I have listed to verify, unfortunately, with no success I've given up trial an erro…
-
Hey @Rykus0,
Getting this error while screen differs from baseline:
```
✖ Visual Regression: Screen differs by 0.41% (see: visualregression/screenshots/failures/homePage/mainMenuSpec/chrome_51.0.270…