staticwebdev / blazor-starter

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

Create Playwright test harness #32

Closed HannahZhuSWE closed 2 years ago

HannahZhuSWE commented 2 years ago

Create a playwright test harness and github action that runs the tests on push and pull requests to the main branch and at midnight. Tests can be run with npm run playwright_test. Note in order to run playwright a package.json file and start script was created.

HannahZhuSWE commented 2 years ago

@nitya

HannahZhuSWE commented 2 years ago

@fhinkel I updated the PR with all the recommendations from the other PR