Coder Social home page Coder Social logo

erinc35 / server-testing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bloominstituteoftechnology/webtesting-iv-challenge

0.0 1.0 0.0 73 KB

Adding Unit and Integration Tests to an Express API Using Jest and supertest

JavaScript 100.00%

server-testing's Introduction

Server-Testing

Topics

  • unit testing.
  • integration testing.
  • TDD/BDD.
  • jest testing framework.
  • supertest module.

Assignment

For this project you will use Test Driven Development to create a RESTful API using Node.js, Express and Mongoose that stores data in a MongoDB database.

We will also add integration tests to verify that the API is persisting and removing the correct data.

Download Project and Install Dependencies

  1. fork and clone this repository.
  2. CD into the folder where you downloaded the repository.
  3. run yarn or npm i to download all dependencies.
  4. type yarn test or npm test to run the tests. The test script is already configured.

Requirements

  1. use jest and supertest to write the tests.
  2. Your API must be able to create and delete a resource of your choosing.
  3. Write a minimum of two tests per route handler.
  4. Add logic on the route handlers to validate request data and return the correct HTTP status code.
  5. Add tests to verify that validation works as intended.
  6. Add tests to verify that the endpoints return the correct HTTP status codes.
  7. Write the tests BEFORE writing the route handlers.
  8. The integration tests can be written after the model is created.
  9. Your mongoose model should have at least a method or static that is tested.

server-testing's People

Contributors

sunjieming avatar luishrd avatar mixelpixel avatar

Watchers

James Cloos 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.