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

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: 2 months 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 REST, GraphQL and websocket API

## Installation

```bash
npm install @qavajs/steps-api
```

## Configuration
```typescript
export default {
require: [
'node_modules/@qavajs/steps-api/index.js'
]
}
```