amazon web services - How do I access the test reports from an AWS CodeBuild build? -


if tests fail build container discarded?

short of copying test reports output s3 bucket every build, there easy way see tests failed , why?

a possible solution might output test results stdout. cause them included in cloudwatch logs build, viewable on aws console or via api, without additional uploads.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -