Skip to content

Commit e2cd538

Browse files
updated with nightwatch 1.0.19 version.
1 parent 5cfe7f9 commit e2cd538

9 files changed

+115
-104
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11

22
node_modules
33
selenium-server.log
4+
README.jpeg
5+
README.png
6+
README.html

README.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,10 @@
386386
</head>
387387
<body>
388388
<h1 id="what-is-nightwatch">What is Nightwatch</h1>
389-
<p><a href="https://www.npmjs.com/package/nightwatch/v/1.0.16"><img src="https://img.shields.io/badge/nightwatch-v1.0.16-informational.svg" alt="npm-version"></a>
390-
<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>
391-
<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>
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>
391+
<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>
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>
392393
<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>
393394
<p>It is a complete End-to-End testing solution which aims to simplify writing automated tests and setting up Continuous Integration. Nightwatch can also be used for writing Node.js unit and integration tests.</p>
394395
<p><em>The name Nightwatch was inspired by the famous painting The Night Watch by Dutch artist Rembrandt van Rijn. The masterpiece is prominently displayed in the Rijksmuseum, in Amsterdam - The Netherlands.</em></p>

README.jpeg

6.72 KB
Loading

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11

22
# What is Nightwatch
33

4-
[![npm-version](https://img.shields.io/badge/nightwatch-v1.0.16-informational.svg)](https://www.npmjs.com/package/nightwatch/v/1.0.16)
4+
![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)
56
[![npm-nightwatch](https://img.shields.io/badge/weekly%20downloads-155k%2B-brightgreen.svg?style=social&logo=appveyor)](https://www.npmjs.com/package/nightwatch)
7+
68
[![author-linkedin](https://img.shields.io/badge/author-Jagadeesh%20Shetty-success.svg)](https://www.linkedin.com/in/jagadeesh-c-2a3a9423)
79

810
Nightwatch.js is an automated testing framework for web applications and websites, written in Node.js and using the [W3C WebDriver](https://www.w3.org/TR/webdriver/) API (formerly [Selenium WebDriver](https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol)).

README.pdf

1.86 KB
Binary file not shown.

README.png

2.15 KB
Loading

package-lock.json

+76-99
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
},
2727
"homepage": "https://github.com/jagadeeshshetty/nightwatchjs-basic#readme",
2828
"dependencies": {
29-
"nightwatch": "^1.0.16"
29+
"nightwatch": "^1.0.19"
3030
}
3131
}

0 commit comments

Comments
 (0)