-
Notifications
You must be signed in to change notification settings - Fork 359
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
Support mstest and jUnit in the JobSender #1480
Comments
Can you point to the discussion? |
To clarify - xunit active support is in regards to the xunit runner specifically. (at least in this context) |
@markwilkie do you know where this landed? |
nowhere yet - that's part of the work. |
I believe the new work here is going to be to adjust the job sender to support a broader set of test platforms (possibly be test platform agnostic?) and allow jUnit and mstest as well. @alexperovich can provide more context, but for now I'm renaming this. |
Yea, the work here is to just change the Helix SDK to use |
@alexperovich I don't think we should use We can't use |
That makes sense. In that case I'd rather not implement a bunch of throwaway work for junit/mstest and just wait for vstest to get fixed. I had to write annoying hacks with |
I agree 1000% with @alexperovich. |
@alexperovich Curious about the hacks.... Why not use the same target as Arcade SDK uses? |
The helix execution doesn't have any msbuild context at all. It knows what test dll it should be testing, so it can find the deps and runtimeconfig files, but |
That should be entirely sufficient. The target inputs are following:
|
Never mind, you mean the entire |
This work is finished. |
Edit 06 Feb 2019:
Work is to support more test platforms in the JobSender.
There has been quite a bit of discussion around the fact that xunit is no longer being actively supported. Further, mstest adoption is growing.
What's the right guidance for moving forward? This guidance likely will have implications regarding new feature support for mstest in additional to xunit.
The text was updated successfully, but these errors were encountered: