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

[UWP] UI Test Base #5965

Merged
merged 10 commits into from
Jun 22, 2021
Merged

[UWP] UI Test Base #5965

merged 10 commits into from
Jun 22, 2021

Conversation

almedina-ms
Copy link
Contributor

@almedina-ms almedina-ms commented Jun 3, 2021

Related Issue

Fixes #5907

Description

Creates an app skeleton with the required packages for executing a mock UI test

Sample Card

None

How Verified

To be verified with pipeline changes

Microsoft Reviewers: Open in CodeFlow

@@ -0,0 +1,100 @@
using System;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing copyright banners

@ghost ghost added the no-recent-activity label Jun 12, 2021
@ghost
Copy link

ghost commented Jun 12, 2021

Hi @almedina-ms. This non-spec pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along.

public static void Setup(TestContext testContext)
{
application = new Application();
application.Initialize();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@almedina-ms looks good, but I'm unable to get the tests to run successfully (locally or in CI) from this branch.

I get an error at ^this line (application.Initialize()):

Class Initialization method UWPUITestLibrary.UITest.Setup threw exception. System.Exception: System.Exception: Failed to find 'AdaptiveCardsUWPUITestApp*.appx' or '*AdaptiveCardsUWPUITestApp.msix' in [...]source\uwp\UWPUITestApp'

@ghost ghost removed the no-recent-activity label Jun 16, 2021
@ghost
Copy link

ghost commented Jun 16, 2021

Staleness reset by golddove

1 similar comment
@ghost
Copy link

ghost commented Jun 16, 2021

Staleness reset by golddove

@almedina-ms
Copy link
Contributor Author

/azp run AdaptiveCards-UWP-Daily-PRs

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@almedina-ms almedina-ms merged commit f688972 into main Jun 22, 2021
@almedina-ms almedina-ms deleted the user/almedina-ms/UWP_Project branch June 22, 2021 17:50
michaelfarnsworth pushed a commit to michaelfarnsworth/AdaptiveCards that referenced this pull request Nov 10, 2022
* Add skeleton of test app

* Split app and unit test projects

* Remove commented properties

* Rename unittest file

* Add certificate key

* Rename to keep consistency with existing project names

* Add copyright banners
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UWP] Update solution to support UI Tests
3 participants