Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keizah7/api-testing-javascript-mocha
BIT užduotis: API integration tests using JavaScript and Mocha
https://github.com/keizah7/api-testing-javascript-mocha
api-testing javascript mocha
Last synced: about 1 month ago
JSON representation
BIT užduotis: API integration tests using JavaScript and Mocha
- Host: GitHub
- URL: https://github.com/keizah7/api-testing-javascript-mocha
- Owner: keizah7
- Created: 2020-01-22T20:41:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T18:34:10.000Z (over 3 years ago)
- Last Synced: 2024-11-11T19:47:03.784Z (3 months ago)
- Topics: api-testing, javascript, mocha
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
[![Chat](https://img.shields.io/discord/620935790867906561?label=chat)](https://discord.gg/YeJBQrTUT9)
![HitCount](https://views.whatilearened.today/views/github/keizah7/api-testing-javascript-mocha.svg)
![Forks](https://img.shields.io/github/forks/keizah7/api-testing-javascript-mocha?style=social)
![Stars](https://img.shields.io/github/stars/keizah7/api-testing-javascript-mocha?style=social)
![Watchers](https://img.shields.io/github/watchers/keizah7/api-testing-javascript-mocha?style=social)
![Contributors](https://img.shields.io/github/contributors/keizah7/api-testing-javascript-mocha)API integration tests using JavaScript and Mocha
=================================================Requirements
------------- Visual Studio Code (VSC) [Available here](https://code.visualstudio.com/Download)
- Node [From here](https://nodejs.org/en/)- Open project folder in VSC
- Run npm install from command line to get all the necessary packagesRunning from command line
--------------------------
To run the tests using Mocha, do:```sh
$ npm run test```
![](https://raw.githubusercontent.com/LiudasJan/api-tests-template/master/images/mocha-test.gif "")