create-oberon-app
v0.11.0
Published
`create-oberon-app` generates recipes. For a full list of recipes, please see the monorepo README.
Readme
create-oberon-app
create-oberon-app generates recipes. For a full list of recipes, please see
the monorepo README.
Usage
Requires Node.js 22 or newer.
npx
npx create-oberon-app my-appyarn
yarn create oberon-app my-appCOA e2e lanes
The COA Playwright suite is separated into explicit lanes:
@auth: one-time real login bootstrap that writes reusable browser state@cms: shared CMS behavior reusing that state@login: unauthenticated login-journey behavior tests@verdaccio: package provenance checks inside the container harness@container-initialise/@container-teardown: container lifecycle lanes
Run headless COA e2e:
pnpm test:coaRun interactive COA e2e UI:
pnpm test:coa:uiLicense
MIT © Tohuhono
