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

Improve parsing of VsTest.Console.exe results to stabilize end to end tests #61

Closed
csoltenborn opened this issue Jul 8, 2016 · 0 comments

Comments

@csoltenborn
Copy link
Owner

Currently, our end to end tests normalize the output produced by VsTest.Console.exe and then compares it to golden files. This approach has been rather unstable so far, since the output changes quite often (and might even be in a different language).

We should evaluate other options:

  • check the output files produced by the tool - can they be used for verifying the desired behavior? Do they even provide enough information to verify correct test execution?
  • otherwise, we should create a dedicated (and more maintainable) output parser
@csoltenborn csoltenborn changed the title Improve parsing of VsTest.Console.exe results to stabilize end to end tests Improve parsing of VsTest.Console.exe results to stabilize end to end tests Jul 8, 2016
csoltenborn added a commit that referenced this issue Jul 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant