Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asif-shahriar/axios-transaction-api
Integration testing on multiple transactional APIs by Axios and generated report by mochawesome
https://github.com/asif-shahriar/axios-transaction-api
axios chai faker mocha mochawesome nodejs rest-api shelljs
Last synced: about 1 month ago
JSON representation
Integration testing on multiple transactional APIs by Axios and generated report by mochawesome
- Host: GitHub
- URL: https://github.com/asif-shahriar/axios-transaction-api
- Owner: asif-shahriar
- Created: 2022-03-02T07:35:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T07:44:02.000Z (almost 3 years ago)
- Last Synced: 2023-10-23T08:24:12.632Z (about 1 year ago)
- Topics: axios, chai, faker, mocha, mochawesome, nodejs, rest-api, shelljs
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Axios-Transaction-API
## Prerequisites
* Install Nodejs latest version
* Install VS code latest version
## How to run this project
* Clone the repo
* Open termianl in the root folder
* Give following commands:
```
npm install
```
```
npm start run .\Transaction.test.js
```
## Screenshot
This is the screenshot of **mochawesome.html** report:![Screenshot_1](https://user-images.githubusercontent.com/71173675/156316919-5d37345a-13f3-45c1-ad8d-bc4a4ef27a63.png)