Tag: ci-testing

  • Dependency Mocking and Service Virtualization: Make Every CI Test Deterministic

    Dependency Mocking and Service Virtualization: Make Every CI Test Deterministic

    Dependency mocking replaces real external dependencies (APIs, databases, queues) with controlled substitutes during testing. Service virtualization extends this to enterprise scale, adding stateful simulation and protocol support beyond HTTP. Keploy implements a traffic-capture approach: it records real dependency interactions at the kernel level using eBPF and replays them in CI, making integration tests deterministic without…

    by

    in
  • How to Integrate Keploy in Github Actions?

    How to Integrate Keploy in Github Actions?

    Modern teams push code multiple times a day. But how do you verify that the changes made are free from bugs? And how do you integrate testing as part of your pipelines? In this blog, let’s explore how to integrate Keploy into your CI/CD pipelines. We’ll be using GitHub Actions for the examples. What is…

    by

    in
  • A Complete Guide to CI Testing: Benefits, Tools & Workflow

    A Complete Guide to CI Testing: Benefits, Tools & Workflow

    CI testing is the automatic running of tests every time code is committed to a shared repository, so integration issues and regressions surface immediately instead of piling up. Teams keep the mainline releasable by wiring fast, reliable suites into every build. Keploy suits this well, producing API tests from real traffic and slotting straight into…

    by

    in