Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days ago
JSON representation
Tested an API using Mocha and axios framework by user interaction
- Host: GitHub
- URL: https://github.com/aladnansami/mocha-axios-api-testing
- Owner: aladnansami
- Created: 2022-09-13T06:06:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T06:18:09.000Z (about 2 years ago)
- Last Synced: 2024-10-11T22:43:07.709Z (about 1 month ago)
- Topics: api, apitesting, axios-react, mocha-chai, mocha-tests, mochajs, reactjs
- Language: HTML
- Homepage:
- Size: 5.18 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```