Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nightwatchjs/create-nightwatch
Nightwatch.js init command tool to setup everything up in no time using `npm init nightwatch`
https://github.com/nightwatchjs/create-nightwatch
create-nightwatch hack hacktoberfest nightwatch nightwatchjs
Last synced: about 2 months ago
JSON representation
Nightwatch.js init command tool to setup everything up in no time using `npm init nightwatch`
- Host: GitHub
- URL: https://github.com/nightwatchjs/create-nightwatch
- Owner: nightwatchjs
- Created: 2022-03-09T16:51:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T15:33:31.000Z (7 months ago)
- Last Synced: 2024-10-30T00:55:16.675Z (about 2 months ago)
- Topics: create-nightwatch, hack, hacktoberfest, nightwatch, nightwatchjs
- Language: JavaScript
- Homepage: https://nightwatchjs.org
- Size: 1.47 MB
- Stars: 4
- Watchers: 9
- Forks: 13
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nightwatch.js
[![npm](https://img.shields.io/npm/v/nightwatch.svg)](https://www.npmjs.com/package/nightwatch)
[![Node.js CI](https://github.com/nightwatchjs/nightwatch/actions/workflows/build-node.yaml/badge.svg?branch=main)](https://github.com/nightwatchjs/nightwatch/actions/workflows/build-node.yaml)
[![codecov](https://codecov.io/gh/nightwatchjs/nightwatch/branch/main/graph/badge.svg?token=MSObyfECEh)](https://codecov.io/gh/nightwatchjs/nightwatch)
[![Discord][discord-badge]][discord]
#### [Homepage](https://nightwatchjs.org) • [Developer Guide](https://nightwatchjs.org/guide) • [API Reference](https://nightwatchjs.org/api) • [About](https://nightwatchjs.org/about) • [Blog](https://nightwatchjs.org/blog)
Nightwatch is an integrated testing framework powered by Node.js and using the [W3C Webdriver API](https://www.w3.org/TR/webdriver/). It is a complete testing solution developed at [BrowserStack](https://www.browserstack.com/) and which can be used for:
☑️ end-to-end testing of web applications and websites
☑️ component testing in isolation (React / Vue / Storybook / Angular)
☑️ Node.js unit, visual regression testing, accessibility testing & API testing
☑️ Native mobile app testing on Android & iOS
---
#### 1. Install Nightwatch from NPM
From your existing project's root dir:
```sh
npm init nightwatch@latest
```or, if you want to initialize a new project:
```sh
npm init nightwatch@latest ./path/to/new/project
```For testing on mobile browsers only:
```sh
npm init nightwatch@latest -- --mobile
```Generate a new config file in your existing Nightwatch project:
```sh
npm init nightwatch@latest -- --generate-config
```#### 2. Answer a few questions about your preferred setup:
- What is your Language - Test Runner setup?
- Where do you want to run your e2e tests?
- Which browsers will you be testing on?
- Where do you plan to keep your end-to-end tests?
- What is the base_url of your project?
- Allow Nightwatch to anonymously collect usage metrics?
- Would you like to run your e2e tests on Mobile devices as well?Nightwatch will do the entire setup for you based on your answers.
#### 3. Run a Demo Test:
Nightwatch comes with a few examples, which are automatically copied to your Nightwatch project during the setup and can also be used as boilerplate to write your own tests on top of them.
You can follow the instructions given at the end of the setup to run your first test with Nightwatch.
## Licence
[MIT](https://github.com/nightwatchjs/nightwatch/blob/main/LICENSE.md)[discord-badge]: https://img.shields.io/discord/618399631038218240.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square
[discord]: https://discord.gg/SN8Da2X