Cypress with Bun

To install dependencies:

bun install

To run:

# headful
bun open

# headless on chrome
bun run:chrome

This project was created using bun init in bun v1.0.2. Bun is a fast all-in-one JavaScript runtime.