Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 991 Bytes

File metadata and controls

43 lines (30 loc) · 991 Bytes

Beta Test Checklist

Use this before publishing or demoing BeforeShip.

Local Repo

npm install
npm test
npx beforeship --version
npx beforeship scan --no-report
npx beforeship scan --json --no-report

Demo Fixture

npx beforeship scan examples/flawed-next-supabase-app --no-report
npx beforeship fix-prompts examples/flawed-next-supabase-app
npx beforeship fix-prompts examples/flawed-next-supabase-app --all

Packaged Install

npm pack --workspace packages/core --dry-run
npm pack --workspace packages/cli --dry-run

For a full tarball install test, pack both packages and install them together into a temp project.

External Repos

Suggested smoke tests:

npx beforeship scan C:\tmp\saas-starter --no-report
npx beforeship scan C:\tmp\saas-boilerplate --no-report

Beta Loop

For real user testing, follow BeforeShip Beta Loop. It includes the tester script, feedback template, and GitHub Actions workflow.