Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 269 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 269 Bytes

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.