Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
Collection of steps to work with web API
- Host: GitHub
- URL: https://github.com/qavajs/steps-api
- Owner: qavajs
- License: mit
- Created: 2022-07-05T15:51:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T07:54:30.000Z (4 months ago)
- Last Synced: 2024-09-19T12:09:07.456Z (about 2 months ago)
- Topics: qa, test-automation, testing
- Language: TypeScript
- Homepage:
- Size: 921 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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'
]
}
}
```