https://github.com/adshan/dotnet-integration-testing
Integration tests using WebApplicationFactory for endpoint validation.
https://github.com/adshan/dotnet-integration-testing
dotnet testing testing-tools
Last synced: 3 months ago
JSON representation
Integration tests using WebApplicationFactory for endpoint validation.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-integration-testing
- Owner: AdsHan
- License: mit
- Created: 2021-10-08T11:25:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T11:28:04.000Z (over 4 years ago)
- Last Synced: 2025-04-13T11:52:14.661Z (about 1 year ago)
- Topics: dotnet, testing, testing-tools
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core-integration-testing
Demonstração de como criar testes de integração utilizando WebApplicationFactory.
# Este projeto contém:
- Testes de integração que irão validar via HTTP todos os endpoints;
- Agrupamento de teste com Collection Fixture;
- Inicialização de um DB em memória onde serão rodados os testes;
# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).