GithubHelp home page GithubHelp logo

vp-club2-mocha's Introduction

vp-club2-mocha

Install and running

Install the dependencies using "npm i"

run the test using "npm test" or "gulp test"

Object

{
 "id": "string",
 "name": "string",
 "level": 0,
 "type": "string" }

Types

"NORMAL", "FIRE", "FIGHTING", "WATER", "FLYING", "GRASS", "POISON", "ELECTRIC","GROUND", "PSYCHIC", "ROCK", "ICE", "BUG", "DRAGO", "GHOST", "DARK", "STEEL", "FAIRY"

End Points

GET /v1/pokemons

Must reurn the list of pokemons and HTTP status 200

POST /v1/pokemons

If the object that we are sending is right return HTTP 200 if not it returns HTTP 400

GET /v1/pokemons/

We should send the id of the pokemon it returns HTTP 200, if the id doesn't exist it return HTTP 404

PUT /v1/pokemons/

This endpoint update the pokemon with the matching id and the result would be HTTP 200, if the id doesnt exist it returns HTTP 404, and if the structure sended its wrong it returns HTTP 400

DELETE /v1/pokemons/

This endpoint erase a pokemon with the matching id and the result would be HTTP 200, if the id doesnt exist it returns HTTP 404

** Urls **

http://www.zsoltnagy.eu/writing-automated-tests-with-mocha-and-chai/

https://www.npmjs.com/package/supertest-as-promised

https://github.com/visionmedia/supertest

https://blog.domenic.me/youre-missing-the-point-of-promises/

vp-club2-mocha's People

Contributors

kiga01 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.