Skip to content

v3.1.0

Compare
Choose a tag to compare
@pyth0n1c pyth0n1c released this 15 Feb 22:28
· 831 commits to main since this release
e246e36

Add Integration Testing

Integration Testing has been added to ensure proper creation of notables/observables in Splunk Enterprise Security.
This is an advanced feature which can be enabled with on the command line via contentctl test --enable_integration_testing. If doing so, please ensure that Splunk Enterprise Security is installed in your environment.

A number of additional stability and internal improvements were made to enable this change. Each test now runs a UNIT TEST and an INTEGRATION TEST. In the default behavior (without using --enable_integration_testing) these tests will appear as skipped.

In the near future, more verbose documentation will be published around the use of this feature.

Thank you to @cmcginley-splunk for his excellent work on these updates!