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.rst
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,22 @@ Run pytest with the add-on and SA-eventgen installed and enabled in docker
141
141
142
142
For full usage instructions, please visit the `pytest-splunk-addon documentation pages over at readthedocs`_.
143
143
144
+
Run e2e tests locally
145
+
---------------------
146
+
147
+
* For e2e tests we are using a functionality of pytest which creates a temp dir and copies all the required file to that dir and then runs the pytest cmd from the tests.
0 commit comments