Get the LocalTests running in CI again #5386

Open
opened 2026-01-31 00:12:12 +00:00 by claunia · 0 comments
Owner

Originally created by @zadjii-msft on GitHub (Dec 4, 2019).

Originally assigned to: @zadjii-msft on GitHub.

We created LocalTests_TerminalApp as a way to separate out the tests that couldn't be run in CI.

Originally, it's because we didn't have Xaml Islands in CI, so they wouldn't work there. Then, we were able to remove the unittest's dependency on XAML Islands (#3833). However, the tests still don't work in CI, because they require the Microsoft.VCLibs.140.00.Debug framework package, which isn't deployed by default on our CI machines.

An upcoming TAEF release will let us deploy the package from our test's folder, but we need to wait for an updated TAEF for that. This task represents looping back on that thread to get the updated TAEF and configure the tests to run in CI again. Then we can get rid of the LocalTests project, and just have one set of unittests for the TerminalApp.

Originally created by @zadjii-msft on GitHub (Dec 4, 2019). Originally assigned to: @zadjii-msft on GitHub. We created `LocalTests_TerminalApp` as a way to separate out the tests that couldn't be run in CI. Originally, it's because we didn't have Xaml Islands in CI, so they wouldn't work there. Then, we were able to remove the unittest's dependency on XAML Islands (#3833). However, the tests still don't work in CI, because they require the `Microsoft.VCLibs.140.00.Debug` framework package, which isn't deployed by default on our CI machines. An upcoming TAEF release will let us deploy the package from our test's folder, but we need to wait for an updated TAEF for that. This task represents looping back on that thread to get the updated TAEF and configure the tests to run in CI again. Then we can get rid of the LocalTests project, and just have one set of unittests for the TerminalApp.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5386