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

Swift Testing Attachments Support #1187

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

plemarquand
Copy link
Contributor

@plemarquand plemarquand commented Oct 31, 2024

Work in progress patch to support swift-testing attachments. Currently prints the attachments out as a report at the end of a test run. In order to leverage them we need to set the --attachment-path, which is not available on the command line so we add a configuration json file.

There is still more work to do to allow the user to specify their own attachment path on a per workspace basis.

This will currently only work with swiftlang/swift-testing#770 as it isn't merged yet.

@plemarquand plemarquand changed the title Attachments Support Swift Testing Attachments Support Oct 31, 2024
@plemarquand
Copy link
Contributor Author

@swift-server-bot test this please

1 similar comment
@plemarquand
Copy link
Contributor Author

@swift-server-bot test this please

Work in progress patch to support swift-testing attachments. Currently
prints the attachments out as a report at the end of a test run. In
order to leverage them we need to set the --attachment-path, which is
not available on the command line so we add a configuration json file.

There is still more work to do to allow the user to specify their own
attachment path on a per workspace basis.

This will currently only work with swiftlang/swift-testing#770
as it isn't merged yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant