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

https://github.com/akarsh/learning-nightwatch-api-with-cucumber-js

illustrate how nightwatch-api can be used with cucumber-js
https://github.com/akarsh/learning-nightwatch-api-with-cucumber-js

cucumber-js nightwatch-api

Last synced: 2 months ago
JSON representation

illustrate how nightwatch-api can be used with cucumber-js

Awesome Lists containing this project

README

        

# Learning nightwatch-api with cucumber-js

This project is created to illustrate how nightwatch-api can be used with cucumber-js

## Installation

Install the project dependencies

```bash
cd learning-nightwatch-api-with-cucumber-js
npm install
```

## Running Tests

To run tests, run the following command

```bash
npm run test:e2e:nightwatch-api
```

## Authors

- [@akarsh](https://github.com/akarsh)