-
http://www.nightmarejs.org/ is not connecting.
Does anyone know about this?
-
Remove as may instances of `.pause(n)` in the client tests and replace with `waitForElementVisible` for minimal wait time.
@nelsonic What are your thoughts on rewriting the tests to run using night…
-
### Sumario
Nightmare.js es una librería que automatiza pruebas de integración usando Electron como una mas de sus grandes propiedades para tener un _live self driving test_ (if you want), haciendo…
-
I have a really weird problem while using NightmareJS to print PDF:
A table header is repeated on the top of **the same page** where it's original ("source") occurrence, and not on the **next page*…
-
I'm developing a little app with Express-Generator files structure and Nightmarejs, so i'm using routes. The Nightmare function is in my index.js file inside the routes directory, the wait() function …
-
It would be useful to support headers.
-
Implement front end testing with http://www.nightmarejs.org/, ensuring the site works in all supported browsers
-
When running assertSelectorHasText on body to verify if a text is present, the script on Firefox PASS but on Chrome it FAILS
Example:
```
http://tebel.org/gist/about_tebel
test.assertSelectorH…
-
I think I'm either I'm understanding the log message incorrectly or I'm not using cache.
From running my nightmarejs script, as I crawl across the website, I think I'm seeing this same CSS file get…
-
i understand that you are having trouble with making a chrome extension as there is no way to write a file from an extention to out HDD with chrome but i was wondering how the progression is going
i…