Docker Mailserver based on the famous ISPMail guide
-
Updated
Nov 8, 2024 - Shell
Integration testing is a type of software testing that focusses on larger parts of the software than unit testing, and is more process-oriented and less about just checking simple calculations between input and output data. This ensures, that multiple units work together (they integrate with each other) to walk through different steps.
Docker Mailserver based on the famous ISPMail guide
TAS is an intelligent test execution platform for engineering teams to achieve high development velocity.
GEOS-Chem "Science Codebase" repository. Contains GEOS-Chem science routines, run directory generation scripts, and interface code. This repository is used as a submodule within the GCClassic and GCHP wrappers, as well as in other modeling contexts (external ESMs).
Dead simple integration tests with SQL Server or Postgres throwaway databases that are created on the fly, used briefly then disposed of automagically.
Simple, clean and minimalistic ASP.NET Core solution demonstrating unit and integration tests
Example of Page Object with Selenium, Node.js and Typescript
A by the book DDD application with React/Redux and .NET Core. It features CQRS, event-sourcing, functional programming, TDD, Docker and much more.
functional testing tools - keep your application healthy with 🍅
Boilerplate Code Written using Nodejs express and Es8 with best practices
The Chorus BDD interpreter - Executable specifications for distributed systems
Automatically generate and use network request mocks inside Playwright.
Attendance Web Application using .NET Core (CQRS pattern) & Vue.js
Spring Boot Microservices with JWT (Eureka Server, API Gateway, Auth Service, User Service and Product Service, JUnit and Integration Tests, Docker, Github Actions)
iOS Calabash Launcher is a macOS app that helps you run and manage Calabash tests on your Mac.
DEPRECATED Recording your steps used to interact with an Ember applications to then be added to an integration test.
Asp.Net Core Entity Framework Integration Test and Unit Test Using In Memory Database
Implements Windows authentication for ASP.NET Core TestServer-based integration test projects.
Integration Test in spring boot with spring kafka Embedded Kafka Consumer Producer
The example suggests a solution to the problem of cleaning the database after running tests and the problem of running tests in parallel. It also shows how to organize integration testing of Go code with Postgres.