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
- Host: GitHub
- URL: https://github.com/anjmao/nightwatch-typescript-starter
- Owner: anjmao
- License: mit
- Created: 2017-11-29T10:01:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T10:40:41.000Z (almost 8 years ago)
- Last Synced: 2025-02-17T16:52:27.066Z (8 months ago)
- Topics: nightwatch, quickstart, typescript
- Language: TypeScript
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 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`