Fix TestExplorer by selecting the grouping button in this form 'Proje…#8338
Open
bschnurr wants to merge 5 commits into
Open
Fix TestExplorer by selecting the grouping button in this form 'Proje…#8338bschnurr wants to merge 5 commits into
bschnurr wants to merge 5 commits into
Conversation
…ct,Namespace,Class' then pass in the project name to the tests so that we follow down the test tree correctly
…test-integration-stage.yml
|
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
bschnurr
commented
Dec 1, 2025
| _vs.RunTest(nameof(PythonToolsUITests.TestExplorerTests.DebugUnittestProject)); | ||
| } | ||
|
|
||
| [Ignore] |
Member
Author
There was a problem hiding this comment.
test debugging is flaky for some reason. disable for now
bschnurr
commented
Dec 1, 2025
| # All PTVS build artifacts come from this pipeline and are referenced like this: | ||
| # $(Pipeline.Workspace)\ComponentBuildUnderTest\<artifactName>\<filePath> | ||
| - pipeline: ComponentBuildUnderTest | ||
| source: PTVS-Build-Dev17 |
Member
Author
There was a problem hiding this comment.
update to latest build name. trying to get this pipeline to run
bschnurr
commented
Dec 1, 2025
| @@ -0,0 +1,149 @@ | |||
| parameters: | |||
Member
Author
There was a problem hiding this comment.
converted from json export to yml
| failOnStderr: false | ||
|
|
||
| - task: VSTest@2 | ||
| displayName: '[MultiConfiguration] Run UI Test ${{ parameters.UITestNames }}' |
Contributor
There was a problem hiding this comment.
The VSTest@2 is the task they provided to tag our tests as part of their global tests?
Member
Author
There was a problem hiding this comment.
I'm not sure yet.. I think they do support vstest but I think this is all going to change after i check it in
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
StellaHuang95
approved these changes
Dec 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



try to fix current integration test not running (I think because our build changed from PTVS-BUILD-DEV17 to PTVS-BUILD
converted test stage from azure devops to yml.
trying to convert our azurdevops task group to yml
PTVS-UI-TESTS
https://devdiv.visualstudio.com/DevDiv/_taskgroup/78997fbf-510d-4ae3-9982-edd03e5257b7