An attempt to learn Blazor, by setting up a Cotacol web site
This web site has been published to https://www.cotacol.cc and can be used to register and link your Strava profile against the Cotacol Hunting backend. This web site shares the same backend as the iOS app (and the Android app that is coming)
Running cypress tests
npx cypress open
The tests are located here: spec.cy.js
Running playwright tests
Initial setup (will generate tests folder)
npm init playwright@latest
Run with UI / Studio
npx playwright test --ui
Command line running
npx playwright test
npx playwright show-report
The tests are located here: spec.cy.js