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

Reusing reports with shortener filenames is hardest #156

Open
llaville opened this issue Jul 8, 2024 · 2 comments
Open

Reusing reports with shortener filenames is hardest #156

llaville opened this issue Jul 8, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@llaville
Copy link

llaville commented Jul 8, 2024

Even if I may undertand that you reduce file path relatively to current working directory
have in mind that it's difficult to re-used report Junit format on third-party tool context.

Who can be able to retrieve easily file(s) in source tree ?

I propose to add an option in Configuration to define if we want to have absolute or relative path.

WDYT ?

@janedbal
Copy link
Member

I think we should go with the approach PHPUnit uses. It has both name and file attribute. File is absolute path, name can be whatever (we can keep what we have).

@janedbal
Copy link
Member

I think we should go with the approach PHPUnit uses. It has both name and file attribute.

That is not possible in our case. PHPUnit uses that on <testsuite name="" file=""> level, but we need that inside <failure> contents

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

2 participants