VSTest and multiple appx
See original GitHub issueI have a solution with multiple UWP test projects. Passing multiple appx files to vstest.console results in this error:
Error: Only one app package (.appx file) can be specified for running tests.
There needs to be a way to specify that vstest is invoke once per file.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:7 (6 by maintainers)
Top Results From Across the Web
VSTest and multiple appx · Issue #834 · microsoft/azure-pipelines ...
I have a solution with multiple UWP test projects. Passing multiple appx files to vstest.console results in this error: Error: Only one app...
Read more >VSTest@2 - Visual Studio Test v2 task - Microsoft Learn
Use this task to run unit and functional tests (Selenium, Appium, Coded UI test, etc.) using the Visual Studio Test (VSTest) runner.
Read more >Working with multiple pattern matchings in VSTest@2 doesn't ...
Currently I'm trying to set up a new pipeline for our solution and can't get the Visual Studio Test to find the correct...
Read more >Can vstest.console.exe run an appx without a security certificate
Actually there is a way to run a UWP unit test using vstest.console.exe without having to install any certificate: Pass to vstest.console.exe ...
Read more >About apps and programming | What's up…
Net 4.6 Unit tests using vstest.console or TFS builds ... it used one more layer of top of it to enable branching across...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello?
Add an option like “Call vstest.console.exe once per file” (or whatever you’d like to label it as). Users who have this problem can check that and it will work for them.
For everyone that ran into the same issue, here is the uservoice item you can wish for: https://visualstudio.uservoice.com/forums/121579-visual-studio-ide/suggestions/15577407-vstest-console-exe-should-be-able-to-handle-multip