Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include location and fileName with uploaded Trace #8

Open
iampatbrown opened this issue May 30, 2022 · 0 comments
Open

Include location and fileName with uploaded Trace #8

iampatbrown opened this issue May 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@iampatbrown
Copy link
Collaborator

💬 Context

Including the location and file name will enable linking from tests in Buildkite Test Analytics to their associated code.

📝 Notes

Example from RSpec collector

"location": "./spec/models/analytics/upload_spec.rb:24",
"file_name": "./spec/models/analytics/upload_spec.rb",

This information isn't easily obtained from XCTest. Failures will include the location of the test failure, however, this isn't exactly what we're after. We want the location of the test method for all tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant