Skip to content

BurhanH/automaton-v15

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automaton-v15

Automation testing framework (API) - an example. Based on JavaScript, Mocha, Chai, Supertest

GitHub Tests

This testing framework to test REST API for https://api-flask-baur.herokuapp.com/. Simple calls like GET, PUT, DELETE, POST. Main goal was to show how to easy and fast to create a test framework for REST API on NodeJS.

Requirements

NodeJS 12.* /14.* /16.*, Mocha 9.2.0,
Chai 4.3.4, Supertest 6.2.2

Project structure

-- automaton-v15
   |-- .gitignore
   |-- package-lock.json
   |-- LICENSE
   |-- package.json
   |-- README.md
   `-- test
       |-- api-tests.js

Documentation and Distributives

  1. nodejs
  2. mocha
  3. chai
  4. supertest

About

Automation testing framework (API) - an example. Based on JavaScript, Mocha, Chai, Supertest

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published