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

Move Microsoft.WinGet.Client E2E test to Pester framework #3503

Merged
merged 15 commits into from
Aug 12, 2023
Merged

Conversation

msftrubengu
Copy link
Contributor

@msftrubengu msftrubengu commented Aug 5, 2023

This PR finally uses all the refactor to run the Microsoft.WinGet.Client PowerShell module in Pester. The tests are done in the BuildPowerShellModule phase.

The E2E Test Source is built in the build phases, then it will be get published as artifacts under E2ETests\TestLocalIndex'. Other artifacts that are required as published in E2ETests` as well. Having the test source as a build artifacts will make it easier to perform repros without building the source all over again.

The BuildPowerShellModule phase will download the artifacts, move necessary files to around, install the dev package (and dependencies), start the localhost web server and run the Pester tests. Then it will publish the modules as it used to as well as the test results.

It is important to remember the modules published as artifacts target the dev package, so one cannot just download it and use it without it.

I port all the E2E tests to Pester tests except the ones dealing with the server shutdown.

Eventually we will run tests for Microsoft.WinGet.DSC and Microsoft.WinGet.Configuration.

Microsoft Reviewers: codeflow:open?pullrequest=#3503

@msftrubengu msftrubengu requested a review from a team as a code owner August 5, 2023 00:28
@github-actions

This comment has been minimized.

@@ -335,6 +350,13 @@ jobs:
TargetFolder: '$(artifactsDir)\PowerShell'
condition: succeededOrFailed()

- task: CopyFiles@2
displayName: 'Copy PowerShell AnCPU Module Files'
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
displayName: 'Copy PowerShell AnCPU Module Files'
displayName: 'Copy PowerShell AnyCPU Module Files'

ryfu-msft
ryfu-msft previously approved these changes Aug 11, 2023
@msftrubengu
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@msftrubengu
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@msftrubengu msftrubengu merged commit a52f278 into master Aug 12, 2023
11 checks passed
@msftrubengu msftrubengu deleted the pester branch September 19, 2023 17:52
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.

2 participants