You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -605,6 +605,11 @@ These tests allow you to test a package's ability to ingest data end-to-end.
605
605
606
606
For details on how to configure and run system tests, review the [HOWTO guide](https://github.com/elastic/elastic-package/blob/main/docs/howto/system_testing.md).
607
607
608
+
#### Script Tests
609
+
These tests allow you to run scripted testing to exercise specific behaviors in a package.
610
+
611
+
For details on how to configure and run script tests, review the [HOWTO guide](https://github.com/elastic/elastic-package/blob/main/docs/howto/script_testing.md).
612
+
608
613
#### Policy Tests
609
614
These tests allow you to test different configuration options and the policies they generate, without needing to run a full scenario.
Copy file name to clipboardExpand all lines: cmd/testrunner.go
+73-6Lines changed: 73 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,11 @@ These tests allow you to test a package's ability to ingest data end-to-end.
57
57
58
58
For details on how to configure and run system tests, review the [HOWTO guide](https://github.com/elastic/elastic-package/blob/main/docs/howto/system_testing.md).
59
59
60
+
#### Script Tests
61
+
These tests allow you to run scripted testing to exercise specific behaviors in a package.
62
+
63
+
For details on how to configure and run script tests, review the [HOWTO guide](https://github.com/elastic/elastic-package/blob/main/docs/howto/script_testing.md).
64
+
60
65
#### Policy Tests
61
66
These tests allow you to test different configuration options and the policies they generate, without needing to run a full scenario.
0 commit comments