Skip to content

Test

Status: PASS (package install, 2026-06-30)

Commands run

bash
npm install cypress

Then:

bash
node -e "const p = require('./node_modules/cypress/package.json'); console.log(p.name + '@' + p.version)"

Actual output

cypress@15.18.0

Note

Cypress runs its own bundled Electron browser. Postinstall requires approving scripts via npm approve-scripts cypress. Full headless test runs (npx cypress run) require a display and were not executed in this environment. The package.json version check confirms the package installed correctly.