Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 packages

Running 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 "")