Skip to content

An attempt to learn Blazor, by setting up a Cotacol web site

Notifications You must be signed in to change notification settings

SamVanhoutte/cotacol-site

Repository files navigation

Cotacol Web App

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 the UI tests

Cypress

Running cypress tests

npx cypress open

The tests are located here: spec.cy.js

More information.

Playwright

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

More information.

About

An attempt to learn Blazor, by setting up a Cotacol web site

Resources

Stars

Watchers

Forks

Packages

No packages published