-
Notifications
You must be signed in to change notification settings - Fork 674
Fix TestExplorer by selecting the grouping button in this form 'Proje… #8338
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
base: main
Are you sure you want to change the base?
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
|
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
| _vs.RunTest(nameof(PythonToolsUITests.TestExplorerTests.DebugUnittestProject)); | ||
| } | ||
|
|
||
| [Ignore] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test debugging is flaky for some reason. disable for now
| # All PTVS build artifacts come from this pipeline and are referenced like this: | ||
| # $(Pipeline.Workspace)\ComponentBuildUnderTest\<artifactName>\<filePath> | ||
| - pipeline: ComponentBuildUnderTest | ||
| source: PTVS-Build-Dev17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update to latest build name. trying to get this pipeline to run
| @@ -0,0 +1,149 @@ | |||
| parameters: | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
converted from json export to yml
| failOnStderr: false | ||
|
|
||
| - task: VSTest@2 | ||
| displayName: '[MultiConfiguration] Run UI Test ${{ parameters.UITestNames }}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The VSTest@2 is the task they provided to tag our tests as part of their global tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |



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