Closed nprizal closed 1 year ago
We rescue a standard error during upload to prevent builds from failing. However, there is no way to know what the real errors are. We want to log the error while silently rescuing it so we know what went wrong.
This fixes issue https://github.com/buildkite/test-collector-ruby/issues/194
I also updated the documentation for an extra step when using VCR in a test suites, as raised by that same issue.
We rescue a standard error during upload to prevent builds from failing. However, there is no way to know what the real errors are. We want to log the error while silently rescuing it so we know what went wrong.
This fixes issue https://github.com/buildkite/test-collector-ruby/issues/194
I also updated the documentation for an extra step when using VCR in a test suites, as raised by that same issue.