Skip to content

Commit

Permalink
Update testing.asciidoc (#41809)
Browse files Browse the repository at this point in the history
  • Loading branch information
khushijain21 authored Nov 30, 2024
1 parent 4942592 commit ec2f4a8
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 ec2f4a8

Please sign in to comment.