dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.92k stars 478 forks source link

Add Dashboard playwright tests to ensure UI functionality and integration with app host #4295

Open joperezr opened 6 months ago

joperezr commented 6 months ago

As discussed offline, we want to add playwright tests to the dashboard in order to have coverage across different layers. The ones we mentioned we'd want to cover are:

I'm temporarily assigning this to @kvenkatrajan , but please feel free to re-assign as appropriate. (I believe you mentioned @adamint was already looking into some of this?)

kvenkatrajan commented 5 months ago

@adamint can you link the Playwright PR that you are working on to this please?

adamint commented 5 months ago

4386

joperezr commented 5 months ago

Depending on resource availability, we may need to move this off from 8.1

davidfowl commented 2 months ago

@radical we have playwright tests now right?

radical commented 2 months ago

@radical we have playwright tests now right?

Yes, we have some in Aspire.Dashboard.Tests, and some in the workload tests. The ones mentioned here need to be added.