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
We reworked the integration tests to load the frequently used images prior to running the main test suites, to prevent multiple tests from pulling the same image at once, slowing down the runs. The current implementation uses an array of image reference strings, which makes it difficult to know which image is used in a test.
Replaced the warmup image array with an enumeration, so that warmup image fixture APIs are both strongly typed, and have human friendly values.
Feature or enhancement request details
Code of Conduct