maui icon indicating copy to clipboard operation
maui copied to clipboard

[Testing] Split up current appium tests into separate projects

Open jsuarezruiz opened this issue 1 year ago • 2 comments

Description of Change

Split current appium tests into separate projects.

Issues Fixed

Fixes #21411

jsuarezruiz avatar Apr 18 '24 11:04 jsuarezruiz

Split up the appium tests project by platforms: image

With this, we can stop using the IgnoreIfPlatforms method (ignored the test on the platform, but launching and navigating to the issue which takes a few seconds) since with compilation directives etc. each platform only has the tests that it is going to execute. With these changes, the process to pass the tests on each platform must take less time.

jsuarezruiz avatar Apr 24 '24 13:04 jsuarezruiz

Times to pass Android and iOS tests in this PR: image Compared to main: image

jsuarezruiz avatar Apr 25 '24 12:04 jsuarezruiz

@jsuarezruiz

Reminder on docs to update

  • https://github.com/dotnet/maui/blob/main/.github/DEVELOPMENT.md

PureWeen avatar May 14 '24 14:05 PureWeen