Skip to content

[outerloop] Run with -ci to match the other test runs on CI - #8526

Merged
Ankit Jain (radical) merged 1 commit into
microsoft:mainfrom
radical:playwright-outerloop
Apr 3, 2025
Merged

[outerloop] Run with -ci to match the other test runs on CI#8526
Ankit Jain (radical) merged 1 commit into
microsoft:mainfrom
radical:playwright-outerloop

Conversation

@radical

Copy link
Copy Markdown
Member

This will also cause Playwright to be correctly installed for Dashboard
tests.

Fixes#8496

This will also cause Playwright to be correctly installed for Dashboard
tests.
Fixesmicrosoft#8496
CopilotAI review requested due to automatic review settings April 3, 2025 18:50
@github-actionsgithub-actionsBot added the area-engineering-systems infrastructure helix infra engineering repo stuff label Apr 3, 2025

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the outerloop test workflow to run tests with the -ci flag for consistency with other CI test runs and ensure proper installation of Playwright for Dashboard tests.

  • Added the -ci flag to the BUILD_SCRIPT invocation in the outerloop workflow.
Comments suppressed due to low confidence (1)

.github/workflows/tests-outerloop.yml:50

  • Ensure that the positioning of the '-ci' flag is compatible with the BUILD_SCRIPT command parsing logic. If the flag order matters, consider verifying that placing '-ci' before '-restore' does not affect the expected behavior.
 ${{ env.BUILD_SCRIPT }} -projects ${{ github.workspace }}/tests/Shared/SolutionTests.proj -ci -restore -build -test -c Release /p:RunQuarantinedTests=true /bl:${{ github.workspace }}/artifacts/log/Release/test-quarantined.binlog

@radical

Copy link
Copy Markdown
MemberAuthor

Validation run of Outerloop workflow which shows that the Playwright (`Aspire.Dashboard.Tests.Integration.Playwright.*) are running: https://github.com/dotnet/aspire/actions/runs/14250579409/job/39942112756

@radical
Ankit Jain (radical) merged commit dd6efd7 into microsoft:mainApr 3, 2025
@github-actionsgithub-actionsBot locked and limited conversation to collaborators May 4, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-engineering-systemsinfrastructure helix infra engineering repo stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Outer-loop: Dashboard tests don't run because of missing Playwright dependencies

4 participants

@radical@danmoseley@joperezr