en un clic
cypress-quick-start
// Use this skill when running, debugging, reproducing, or validating Cypress E2E tests in this repo, including the required ELECTRON_RUN_AS_NODE override.
// Use this skill when running, debugging, reproducing, or validating Cypress E2E tests in this repo, including the required ELECTRON_RUN_AS_NODE override.
| name | cypress-quick-start |
| description | Use this skill when running, debugging, reproducing, or validating Cypress E2E tests in this repo, including the required ELECTRON_RUN_AS_NODE override. |
Use when asked to run, debug, reproduce, or verify Cypress E2E tests.
This environment often has ELECTRON_RUN_AS_NODE=1 set globally. If not overridden, Cypress fails with bad option: --no-sandbox or --smoke-test. Always prefix commands with ELECTRON_RUN_AS_NODE=.
npx cypress installELECTRON_RUN_AS_NODE= npx cypress run --spec "<spec-path>"ELECTRON_RUN_AS_NODE= npx cypress run --spec "cypress/e2e/snowflake-s3/layerOrderRerunRegression.cy.js"ELECTRON_RUN_AS_NODE= npx cypress run --spec "cypress/e2e/snowflake-s3/*.cy.js"ELECTRON_RUN_AS_NODE= npx cypress opencypress.config.js (http://localhost:3000).cypress/e2e/snowflake-s3/layerOrderRerunRegression.cy.jsUse this skill when implementing/refactoring frontend/backend code and you need Dekart-specific conventions for naming, code organization, architecture boundaries, and style consistency.
Use this skill when starting local development, setting up runtime dependencies, or debugging frontend/backend runtime issues in this repository.
Use this skill when asked to write versioned release notes and you need repo-specific structure, ordering, and scope filtering.
Use this skill before reporting code changes as complete to run repository verification checks and ensure no generated files were manually edited.