Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qavajs/steps-api

Collection of steps to work with web API
https://github.com/qavajs/steps-api

qa test-automation testing

Last synced: 3 days ago
JSON representation

Collection of steps to work with web API

Awesome Lists containing this project

README

        

# @qavajs/steps-api
Step library to work with API

## Installation

`npm install @qavajs/steps-api`

## Configuration
```javascript
module.exports = {
default: {
require: [
'node_modules/@qavajs/steps-api/index.js'
]
}
}
```