Skip to content

teixeira-fernando/supertest-architecture

Repository files navigation

Integration tests with SuperTest

Stack:

  • NPM
  • Babel (to include ES6 support)
  • Jest
  • Eslint
  • Super Test (API Tests framework)
  • Dotenv (For environment variables setup)

Important

Before running the tests, check the .env file to make sure that the config is adjusted for the environment that you want to run the tests

Scripts:

  • Run tests: npm tests
  • Check code format: npm run lint
  • Fix code issues: npm run lint:fix

About

Architecture setup for API tests using SuperTest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published