Skip to content

Add Windows E2E Tests workflow to GitHub Actions#191

Merged
StuartFerguson merged 4 commits intomainfrom
task/#179_windows_end_to_end_tests
Apr 8, 2025
Merged

Add Windows E2E Tests workflow to GitHub Actions#191
StuartFerguson merged 4 commits intomainfrom
task/#179_windows_end_to_end_tests

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

This commit introduces a new GitHub Actions workflow named "Build and Run Windows End to End Tests." It is triggered on pull requests to the main branch and automates the process of building, testing, and publishing a .NET MAUI application in a Windows environment. The workflow includes steps for checking out the repository, building a Windows SQL Server Docker image, setting up MSBuild and .NET, installing MAUI workloads, installing Appium and its drivers, starting the Appium server, restoring the MAUI app for Android, building the code, decrypting a PFX file, adding the certificate to the store, publishing the app, installing the app, and running Windows navigation tests.

This commit introduces a new GitHub Actions workflow named "Build and Run Windows End to End Tests." It is triggered on pull requests to the `main` branch and automates the process of building, testing, and publishing a .NET MAUI application in a Windows environment. The workflow includes steps for checking out the repository, building a Windows SQL Server Docker image, setting up MSBuild and .NET, installing MAUI workloads, installing Appium and its drivers, starting the Appium server, restoring the MAUI app for Android, building the code, decrypting a PFX file, adding the certificate to the store, publishing the app, installing the app, and running Windows navigation tests.
@StuartFerguson StuartFerguson linked an issue Apr 8, 2025 that may be closed by this pull request
@StuartFerguson StuartFerguson merged commit 6c47451 into main Apr 8, 2025
8 checks passed
@github-actions github-actions Bot deleted the task/#179_windows_end_to_end_tests branch June 14, 2025 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI Workflow - Windows End To End Tests

1 participant