staticwebdev / nextjs-starter

A Next.js starter application for deploying to Azure Static Web Apps
https://docs.microsoft.com/azure/static-web-apps/deploy-nextjs
31 stars 27 forks source link

Split playwright workflows into 2 #34

Closed HannahZhuSWE closed 2 years ago

HannahZhuSWE commented 2 years 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 2 years ago

@nitya