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

Export test result in xunit xml #14

Open
AmeerMansourBeca opened this issue Jun 11, 2022 · 3 comments
Open

Export test result in xunit xml #14

AmeerMansourBeca opened this issue Jun 11, 2022 · 3 comments

Comments

@AmeerMansourBeca
Copy link

have any thoughts on how to automatically export test results?

@teocomi
Copy link
Member

teocomi commented Jun 11, 2022

Hi @AmeerMansourBeca ! This should be possible since all the result info is accessible, although it's not something on our roadmap.

@AmeerMansourBeca
Copy link
Author

okay, can you tell me where to start if I need to implement that?
image

will it be in this project? or I should implement it in the runner?
i guess it will be in the runner ( option num 1) right?

@teocomi
Copy link
Member

teocomi commented Jun 13, 2022

I'd suggest looking at the speckle.xunit.runner.wpf project's view models:

https://github.com/specklesystems/speckle.xunit.runner.wpf/blob/master/speckle.xunit.runner.wpf/ViewModel/MainViewModel.cs

From there you should be able to access all the Test and Result information.

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

No branches or pull requests

2 participants