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

Setup scaffolding for legacy test runner #21423

Merged
merged 33 commits into from
Apr 22, 2024

Fix merge error

e9f95ab
Select commit
Loading
Failed to load commit list.
Merged

Setup scaffolding for legacy test runner #21423

Fix merge error
e9f95ab
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-UITests-public succeeded Apr 16, 2024 in 1h 32m 51s

Build #8.0.40-ci.net8.9993+pr.21423-sha.dce8081d6-azdo.113441 had test failures

Details

Tests

  • Failed: 1 (0.10%)
  • Passed: 637 (62.88%)
  • Other: 375 (37.02%)
  • Total: 1,013

Annotations

Check failure on line 1458 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L1458

PowerShell exited with code '1'.

Check failure on line 1 in Microsoft.Maui.AppiumTests.Issues.Issue20842(Windows).VerifyCollectionViewItemsAfterScrolling

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.AppiumTests.Issues.Issue20842(Windows).VerifyCollectionViewItemsAfterScrolling

VisualTestUtils.VisualTestFailedException : 
Snapshot different than baseline: VerifyCollectionViewItemsAfterScrolling.png (12.02% difference)
If the correct baseline has changed (this isn't a a bug), then update the baseline image.
See test attachment or download the build artifacts to get the new snapshot file.

More info: https://aka.ms/visual-test-workflow
Raw output
   at VisualTestUtils.VisualRegressionTester.Fail(String message)
   at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext)
   at Microsoft.Maui.AppiumTests.UITest.VerifyScreenshot(String name) in D:\a\1\s\src\Controls\tests\UITests\UITest.cs:line 191
   at Microsoft.Maui.AppiumTests.Issues.Issue20842.VerifyCollectionViewItemsAfterScrolling() in D:\a\1\s\src\Controls\tests\UITests\Tests\Issues\Issue20842.cs:line 32
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
   at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)