-
The element/elements command returns different structures for the selenium element between nightwatch and nightwatch-api and you can no longer use them to there full potential
## Expected Behavior
…
-
Code coverage solutions allow to clearly measure and visualise the parts of the code which are involved by the automated tests. It is traditionally one part of the Continuous Integration (CI) system. …
-
-
-
I am running Chrome 115 and I installed this extension but when I click on the "download" option "nightwatch" is not an option. All it says is "Get Extension"
-
I installed nightwatch 2.5 globally and ran `npm init nightwatch`
I selected to use the Nightwatch test runner and create a TypeScript project with Chrome as my browser.
When I ran `npm run test` I …
-
**Problem**
Assert does not contain a screenshots field, which is required to insert a screenshot into the xml report, generated by junit.
**Description**
Now I have no way to add screenshots to …
-
When I run unit tests, the system outputs a line for each test with a SCCESS/FAILURE indicator to the console, which is then visible when watching the build process on a CI server.
Also, the test res…
-
The travis config needed small fix to work, but now that's out of the way we are stuck with another one.
Right now the server starts fine & Travis doesn't know what to do with the running server, so …
-
I'm getting familiar with Nightwatch.
Reading this guide:
http://nightwatchjs.org/gettingstarted/
It has example of this config:
```
{
...
"test_settings" : {
"default" : {
…