cyberark / conjur

CyberArk Conjur automatically secures secrets used by privileged users and machine identities
https://conjur.org
Other
760 stars 123 forks source link

All Conjur test results are captured in a Jenkins build #1515

Closed jvanderhoof closed 4 years ago

jvanderhoof commented 4 years ago

Not all the test results are visible in the build test report (example from build 1191. This makes it harder for engineers to identify why a build failed. It also prevents us from identifying flapping tests.

Please validate that all test results from the Conjur tests are present in the test report. The easiest way to do this is to verify a test from stage appears in the results file. View the test results from a particular build in JSON form.

eladkug commented 4 years ago

Under cucumber reports i can see all the test results

Looks like only api and policy tests is visible here and all the rest are unit test. i will take it from here.