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
Need to automate compile and run of Pandora binary and check its behaviour. It would be great to check it before every PR in CI.
Propose:
Create acceptance_tests directory and create onsi/gomega/gexec driven tests for
CLI behaviour
Main plugins behaviour
I imagine tests like
Before suite: compile binary via onsi/gomega/gexec
Some test
launch httptest.Server and run binary against testdata/http.yaml config
Check pandora log output (for data races end errors, for example) and return code.
Other tests
The text was updated successfully, but these errors were encountered:
Need to automate compile and run of Pandora binary and check its behaviour. It would be great to check it before every PR in CI.
Propose:
Create acceptance_tests directory and create onsi/gomega/gexec driven tests for
I imagine tests like
onsi/gomega/gexec
testdata/http.yaml
configThe text was updated successfully, but these errors were encountered: