|
387 | 387 | <body>
|
388 | 388 | <h1 id="what-is-nightwatch">What is Nightwatch</h1>
|
389 | 389 | <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> |
391 | 391 | <a href="https://www.npmjs.com/package/nightwatch"><img src="https://img.shields.io/badge/weekly downloads-155k+-brightgreen.svg?style=social&logo=appveyor" alt="npm-nightwatch"></a></p>
|
392 | 392 | <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>
|
393 | 393 | <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>
|
416 | 416 | <li>Update <code>package.json</code> with test runner for <code>scripts</code> value.</li>
|
417 | 417 | </ol>
|
418 | 418 | <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> |
421 | 421 | <h2 id="testshomepagejs">tests/homepage.js</h2>
|
422 | 422 | <p><img src="images/homepage.png" alt="alt text"></p>
|
423 | 423 | <h2 id="packagejson">package.json</h2>
|
424 | 424 | <p><img src="images/package.png" alt="alt text"></p>
|
425 | 425 | <h1 id="run">Run</h1>
|
426 | 426 | <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> |
427 | 437 | <h1 id="reference">Reference</h1>
|
428 | 438 | <p><a href="http://nightwatchjs.org/gettingstarted">Official Nightwatch</a></p>
|
429 | 439 |
|
|
0 commit comments