Skip to content

On Build Artifacts

Vinayak Y B edited this page Aug 1, 2023 · 3 revisions

Build Logs & Downloadable Artifacts - Role in Debugging

  1. Github Cloud builds for every platform generates Build_logs which can be downloaded and used for debugging.
  2. Build logs are uploaded as artifacts to facilitate debugging and can be downloaded on the github actions page after selecting the failed flavour on the bottom of the page under artifacts.
  3. Along with build logs the artifact may contain other files eg: Failed test cases files from SaveOrCompare() etc.
  4. The files which have failed comparison are uploaded in a folder in build logs called SaveOrCompare with the testcase and filename. These files can be downloaded and cross verified with required expected file from testcase.