You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea here being let's get the automated run to a point where everything is green so we can be setup for catching regressions and then start resolving tests that are currently running.
I'm thinking the steps here would be to
Fix the CV related tests
Fix the Shell related tests
work through the tests and categorize which ones are just a bad test and which one are actual code defects
fix all the bad tests
Make sure all the defects are logged and prioritized
This discussion was converted from issue #201 on September 14, 2020 19:59.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
In order to get our UWP UI tests base lined green when running against CI we've ignored sets of tests via a UwpIgnore category
https://github.com/xamarin/Xamarin.Forms/blob/dc3840fe4bc914a7c9ae920f22fe438d3fd805e1/build.cake#L70
The idea here being let's get the automated run to a point where everything is green so we can be setup for catching regressions and then start resolving tests that are currently running.
I'm thinking the steps here would be to
Beta Was this translation helpful? Give feedback.
All reactions