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

[Bug] Restore unit/ui tests #601

Open
jeromelaban opened this issue Apr 1, 2024 · 2 comments
Open

[Bug] Restore unit/ui tests #601

jeromelaban opened this issue Apr 1, 2024 · 2 comments
Assignees
Labels
kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification.

Comments

@jeromelaban
Copy link
Member

jeromelaban commented Apr 1, 2024

Current behavior

As they're now disabled by default in most configurations, they're not tested by the CI

Expected behavior

test by the CI

Affected platforms

iOS, Android, MacCatalyst, WebAssembly, Skia, Windows (WinAppSdk), Server

Template Host

dotnet new

Host OS

Windows

Template Options

ui tests

Template Version

latest

Anything else we need to know?

@jeromelaban jeromelaban added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification. labels Apr 1, 2024
@dansiegel
Copy link
Contributor

I'm not sure I follow this... are you saying you want to make sure that the Unit test and UI Test projects restore and build? That should already be the case:

templateArgs: '-preset recommended'

& dotnet build UnoApp1.sln "/bl:$(build.artifactstagingdirectory)\$(Agent.JobName).binlog"

The Unit Tests and UI Tests are included by default with the Recommended preset and we build the solution file so everything in it including the Unit and UI Tests would be restored and built.

@jeromelaban
Copy link
Member Author

You mentioned that those projects may not be default anymore, that's why I opened that issue ;) If it's building properly, we can close that issue.

@dansiegel dansiegel self-assigned this Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification.
Projects
None yet
Development

No branches or pull requests

2 participants