Skip to content

Projeto para explorar as diferentes possibilidades de criar testes de integração utilizando o NestJS como base do projeto

License

Notifications You must be signed in to change notification settings

marcopollivier/content.nestjs.integration-testing

Repository files navigation

Integration Test with NestJS

Description

Projeto criado para servir como modelo/estudo das possíveis formas de criar um teste de integração com NestJS

Installation

yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Installed Dependencies

Base project

# Install resources to get information from .env file
$ yarn add @nestjs/config  

# Install Axios to request information via ClimaTempo Rest API
$ yarn add @nestjs/axios axios

To create integration tests with xxx

xxx

About

Projeto para explorar as diferentes possibilidades de criar testes de integração utilizando o NestJS como base do projeto

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published