Financial-Times / splunk-heroku

Support for Heroku log drains packaged as a Splunk app.
https://tech.in.ft.com/tech-topics/logging/splunk/logging-from-heroku
MIT License
2 stars 0 forks source link

Add test suite using pytest-splunk-addon #18

Open sjparkinson opened 2 years ago

sjparkinson commented 2 years ago

See https://pytest-splunk-addon.readthedocs.io/en/latest/overview.html.

Add a test suite to ensure the Splunk app configuration processes the Heroku log drain messages correctly.

sjparkinson commented 2 years ago

There's also a bunch of documentation at https://dev.splunk.com/enterprise/docs/developapps/testvalidate. We already make use of Splunk AppInspect.

If we ever add a dashboard, it looks like splunk/splunk-app-testing is a good reference for using the Cypress library for testing it.