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: 4 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T18:34:10.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T10:24:41.692Z (6 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

[](https://discord.gg/YeJBQrTUT9)




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```
