A minimal reproduction monorepo for testing Stencil components.
@stencil/core: latestjest:^29.7.0puppeteer:^24.3.0
# Install dependencies
pnpm install
# Run the development app, server `dist` output
pnpm start
# Or load the `dist-custom-elements` output
pnpm start:custom-elements
# Build the components
pnpm buildNote: Puppeteer cannot run within CodeSandbox; if you want to demonstrate e2e tests, please fork this repo in Github.