@restqa/rest-api
v0.1.5
Published
REST API Functional Test engine based on Gerkin - RestQA
Downloads
9
Readme
RestQA Rest-API Step definitions
An Awesome RestQA library providing ready to use steps to test REST APIs
What is Rest-API Step definition ?
Rest0API is a part of the RestQA ecosystem. In order to test RESTful API through automation, Rest-API is providing an awesome bootstrap for you to kick in within a few minute. Based on cucumber-js, the library expand the number of defined step on one of your current automation project based on cucumber-js.
Using RestQAPI plugin as Standalone
Requirements
- Node.js >= 16
- Cucumber >= 7.0.0
Contributing
Simply install the dependencies.
npm i
Run the unit tests
npm test
Run an integration example
npm run example
Enjoy!