Skip to content

sjclark76/metvuw-mobile

Repository files navigation

codecov example workflow E2E Tests Renovate enabled This is a Next.js weather forecast web site. View it here

npx playwright test Runs the end-to-end tests.

npx playwright test --ui Starts the interactive UI mode.

npx playwright test --project=chromium Runs the tests only on Desktop Chrome.

npx playwright test example Runs the tests in a specific file.

npx playwright test --debug Runs the tests in debug mode.

npx playwright codegen Auto generate tests with Codegen.

We suggest that you begin by typing:

npx playwright test

supabase

Migrations

Create New Migration

supabase migration new MIGRATION_NAME

Deploy Migration

supabase db push

Create Auto Migration

supabase db diff -f MIGRATION_NAME

Checkly

deploy latest tests npx checkly deploy

Inngest

run dev server npx inngest-cli@latest dev

Docker

colima start