Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 850 Bytes

File metadata and controls

23 lines (20 loc) · 850 Bytes

DevOps-Demo Monorepo

Dieses Repo demonstriert ohne echte Business-App eine Testlandschaft für den Kurs DevOps: Folgende Pipeline wird für das fiktive Unternehmen eingesetzt Pipelines

Teststrategie

Contract-Testing

Projects

order-backend (Spring-Boot)

  • Unit-Tests (Domänentest)
  • MockMVC-ITests (Integtationstest)
  • Pact Consumer (Contracttest)

product-backend (Spring Boot)

  • Pact Provider (Contract-Verification-Test) Pipelines

perf-gatling (Maven-Modul)

  • Gatling-Simulation LoadProductKatalog

frontend (Simple html+js)

  • E2E-Test with Cypress
    Cypress UI Sonar PullRequest