Skip to content

Commit 355939c

Browse files
Merge pull request #1 from jagadeeshshetty/feature/driver-support
Feature/driver support
2 parents e2cd538 + 4b71048 commit 355939c

15 files changed

+1266
-122
lines changed

README.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
<body>
388388
<h1 id="what-is-nightwatch">What is Nightwatch</h1>
389389
<p><img src="https://img.shields.io/badge/build-success-brightgreen.svg" alt="build">
390-
<a href="https://www.npmjs.com/package/nightwatch/v/1.0.19"><img src="https://img.shields.io/badge/nightwach-v1.0.19-informational.svg" alt="npm-version"></a>
390+
<a href="https://www.npmjs.com/package/nightwatch/v/1.0.19"><img src="https://img.shields.io/badge/nightwach-v1.1.11-important.svg" alt="npm-version"></a>
391391
<a href="https://www.npmjs.com/package/nightwatch"><img src="https://img.shields.io/badge/weekly downloads-155k+-brightgreen.svg?style=social&amp;logo=appveyor" alt="npm-nightwatch"></a></p>
392392
<p><a href="https://www.linkedin.com/in/jagadeesh-c-2a3a9423"><img src="https://img.shields.io/badge/author-Jagadeesh Shetty-success.svg" alt="author-linkedin"></a></p>
393393
<p>Nightwatch.js is an automated testing framework for web applications and websites, written in Node.js and using the <a href="https://www.w3.org/TR/webdriver/">W3C WebDriver</a> API (formerly <a href="https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol">Selenium WebDriver</a>).</p>
@@ -416,14 +416,24 @@ <h1 id="setup">Setup</h1>
416416
<li>Update <code>package.json</code> with test runner for <code>scripts</code> value.</li>
417417
</ol>
418418
<h1 id="screenshots">Screenshots</h1>
419-
<h2 id="nightwatchconf">nightwatch.conf</h2>
420-
<p><img src="images/nightwatch.png" alt="alt text"></p>
419+
<h2 id="nightwatchconfjs">nightwatch.conf.js</h2>
420+
<p><img src="images/nightwatch.conf.js.png" alt="alt text"></p>
421421
<h2 id="testshomepagejs">tests/homepage.js</h2>
422422
<p><img src="images/homepage.png" alt="alt text"></p>
423423
<h2 id="packagejson">package.json</h2>
424424
<p><img src="images/package.png" alt="alt text"></p>
425425
<h1 id="run">Run</h1>
426426
<p><img src="images/test-execution.png" alt="alt text"></p>
427+
<h1 id="version-changes">Version changes</h1>
428+
<h2 id="110">1.1.0</h2>
429+
<ul>
430+
<li>No need of individual driver download on mac and windows os. Removed explicit dependency on drivers. Now automatically download required drivers during <code>npm i</code> run.</li>
431+
</ul>
432+
<h2 id="100">1.0.0</h2>
433+
<ul>
434+
<li>Basic project setup with Nightwatch framework and run.</li>
435+
<li>Depends on Selenium and Chrome web driver.</li>
436+
</ul>
427437
<h1 id="reference">Reference</h1>
428438
<p><a href="http://nightwatchjs.org/gettingstarted">Official Nightwatch</a></p>
429439

README.jpeg

34.5 KB
Loading

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# What is Nightwatch
33

44
![build](https://img.shields.io/badge/build-success-brightgreen.svg)
5-
[![npm-version](https://img.shields.io/badge/nightwach-v1.0.19-informational.svg)](https://www.npmjs.com/package/nightwatch/v/1.0.19)
5+
[![npm-version](https://img.shields.io/badge/nightwach-v1.1.11-important.svg)](https://www.npmjs.com/package/nightwatch/v/1.0.19)
66
[![npm-nightwatch](https://img.shields.io/badge/weekly%20downloads-155k%2B-brightgreen.svg?style=social&logo=appveyor)](https://www.npmjs.com/package/nightwatch)
77

88
[![author-linkedin](https://img.shields.io/badge/author-Jagadeesh%20Shetty-success.svg)](https://www.linkedin.com/in/jagadeesh-c-2a3a9423)
@@ -45,9 +45,9 @@ Most of the times, Nightwatch needs to send at least 2 requests to the WebDriver
4545

4646
# Screenshots
4747

48-
## nightwatch.conf
48+
## nightwatch.conf.js
4949

50-
![alt text](images/nightwatch.png)
50+
![alt text](images/nightwatch.conf.js.png)
5151

5252
## tests/homepage.js
5353

@@ -61,6 +61,17 @@ Most of the times, Nightwatch needs to send at least 2 requests to the WebDriver
6161

6262
![alt text](images/test-execution.png)
6363

64+
# Version changes
65+
66+
## 1.1.0
67+
68+
- No need of individual driver download on mac and windows os. Removed explicit dependency on drivers. Now automatically download required drivers during `npm i` run.
69+
70+
## 1.0.0
71+
72+
- Basic project setup with Nightwatch framework and run.
73+
- Depends on Selenium and Chrome web driver.
74+
6475
# Reference
6576

6677
[Official Nightwatch](http://nightwatchjs.org/gettingstarted)

README.pdf

65.2 KB
Binary file not shown.

README.png

13 KB
Loading

0 commit comments

Comments
 (0)