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
- Host: GitHub
- URL: https://github.com/akarsh/learning-nightwatch-api-with-cucumber-js
- Owner: akarsh
- Created: 2024-05-18T12:45:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T06:57:47.000Z (about 1 year ago)
- Last Synced: 2025-02-16T07:17:46.097Z (4 months ago)
- Topics: cucumber-js, nightwatch-api
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 TestsTo run tests, run the following command
```bash
npm run test:e2e:nightwatch-api
```## Authors
- [@akarsh](https://github.com/akarsh)