staticwebdev / blazor-starter

A starter template in C# APIs and Blazor for Azure Static Web Apps
217 stars 104 forks source link

Split playwright workflows into 2 #33

Closed HannahZhuSWE closed 1 year ago

HannahZhuSWE commented 1 year ago

Split the playwright workflow into 2 separate workflows, one that runs on demand and the other that runs every night. Also updating reporter in playwright config file to store html and json reports in pw-report folder (and turned trace on).

HannahZhuSWE commented 1 year ago

@nitya