An open API service indexing awesome lists of open source software.

https://github.com/anjmao/nightwatch-typescript-starter

Simple nightwatch.js starter with Typescript support
https://github.com/anjmao/nightwatch-typescript-starter

nightwatch quickstart typescript

Last synced: 5 months ago
JSON representation

Simple nightwatch.js starter with Typescript support

Awesome Lists containing this project

README

          

# nightwatch-typescript-starter
Simple nightwatch.js starter with Typescript support.

## About
This is nightwatch.js quickstart with preconfigured standalone chromedriver so you don't need to install java or selenium server. It also uses Typescript to have better tooling support and intellisense.

![Typescript intellisense](https://github.com/anjmao/nightwatch-typescript-starter/blob/master/better-tooling-support.png)

## Installation
There are only 3 simple steps:

1. Install yarn if you don't have it yet. Run cmd command `npm install yarn -g`
2. Clone repo `git clone git@github.com:anjmao/nightwatch-typescript-starter.git`
3. In project run directory run cmd command tests `yarn test`