dotnet / wpf-test

WPF is a .NET Core UI framework for building Windows desktop applications. wpf-test contains test infrastructure and test collateral for the WPF framework.
MIT License
64 stars 23 forks source link

Moved WindowsFormsIntegration area #157

Closed anjali-wpf closed 10 months ago

anjali-wpf commented 1 year ago

[Fixes Issue ](issue: [ Migrate ] WindowsFormsIntegration Area - Feature Tests) #67

Description

Adds the WindowsFormsIntegration Area - Feature Tests

Customer Impact

Developers can run the tests using .\RunTests.cmd /Area=WindowsFormsIntegration command and test their fixes.

Testing

Built and ran the tests.

Microsoft Reviewers: Open in CodeFlow
pchaurasia14 commented 1 year ago

/azp run

azure-pipelines[bot] commented 1 year ago
Azure Pipelines successfully started running 1 pipeline(s).
Kuldeep-MS commented 1 year ago

/azp

azure-pipelines[bot] commented 1 year ago
Supported commands
  • help:
    • Get descriptions, examples and documentation about supported commands
    • Example: help "command_name"
  • list:
    • List all pipelines for this repository using a comment.
    • Example: "list"
  • run:
    • Run all pipelines or specific pipelines for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify specific pipelines to run.
    • Example: "run" or "run pipeline_name, pipeline_name, pipeline_name"
  • where:
    • Report back the Azure DevOps orgs that are related to this repository and org
    • Example: "where"

See additional documentation.
Kuldeep-MS commented 1 year ago

/azp run

azure-pipelines[bot] commented 1 year ago
Azure Pipelines successfully started running 1 pipeline(s).
anjali-wpf commented 10 months ago

Closing this PR, we have raised another PR for the same and that has been merged- https://github.com/dotnet/wpf-test/pull/230.