Skip to content

Commit

Permalink
Update testing.asciidoc (#41809)
Browse files Browse the repository at this point in the history
(cherry picked from commit ec2f4a8)
  • Loading branch information
khushijain21 authored and mergify[bot] committed Nov 30, 2024
1 parent 47636d9 commit 5065a1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/devguide/testing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Integration tests are labelled with the `//go:build integration` build tag and u

To run the integration tests use the `mage goIntegTest` target, which will start the required services using https://docs.docker.com/compose/[docker-compose] and run all integration tests.

It is also possible to run module specific integration tests. For example, to run kafka only tests use `MODULE=kafka mage integTest -v`

It is possible to start the `docker-compose` services manually to allow selecting which specific tests should be run. An example follows for filebeat:

[source,bash]
Expand Down

0 comments on commit 5065a1c

Please sign in to comment.