Acceptance tests with WireMock & Kubernetes

Поділитися
Вставка
  • Опубліковано 26 вер 2024

КОМЕНТАРІ • 6

  • @ErikOstermueller
    @ErikOstermueller 3 роки тому +1

    Great video. Could you share details about setup/installation/deployment of wiremock to kubernetes? Thanks.

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  3 роки тому

      Sure, in the video I'm showing how to deploy WireMock in Kubernetes, there is no other installation required. K8s will run a pod/container from the WireMock image.
      Have a look at the linked materials in blog.sebastian-daschner.com/entries/acceptance_tests_wiremock_kubernetes
      and also feel free to see this video course that explains it with code on GitHub: blog.sebastian-daschner.com/entries/efficient-testing-video-course (esp. the system test part).

  • @cbrunnkvist
    @cbrunnkvist 3 роки тому

    The problem of course then becomes instead: How do I keep my mocked response up to date with the external service, once the req/res are more complex than {"message":"hello"}. Maybe OpenAPI / GraphQL schema verification can help there.

  • @bishnupanda06
    @bishnupanda06 4 роки тому

    Very informative and nicely explained.
    Could you please share the files , if possible ?

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  4 роки тому

      You'll find the links here: blog.sebastian-daschner.com/entries/acceptance_tests_wiremock_kubernetes

  • @maxx8011
    @maxx8011 3 місяці тому

    Okay ... missing the most important details about the actual mock application ... useless