Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aladnansami/mocha-axios-api-testing

Tested an API using Mocha and axios framework by user interaction
https://github.com/aladnansami/mocha-axios-api-testing

api apitesting axios-react mocha-chai mocha-tests mochajs reactjs

Last synced: about 2 hours ago
JSON representation

Tested an API using Mocha and axios framework by user interaction

Awesome Lists containing this project

README

        

# Mocha_Axios_API_Testing

## Needed
- Node js
- VS code

### How to run this project
- Clone the repo
- Open termianl in the root folder\
- Give following commands:
```
npm init -y
```
```
npm test file ./User.test.js
```
**For mochawesome report**, give following commands:
```
npm i mochawesome
```
```
npm start file ./User.test.js
```