'Where does the tests are running when I use AWS CodeBuild

I have a rails application, I am using AWS CodeBuild for the CI/CD process. One of my test is failing randomly, how can I debug that? What's the environment that contains my build process?



Solution 1:[1]

Does rails support any of the listed formats?

If so, you need to export them as reports in your buildspec.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Tim Bassett