@deploysentinel/cypress-parallel
TypeScript icon, indicating that this package has built-in type declarations

1.7.6 • Public • Published

Requirements

  • Cypress version 10+
  • NodeJS 14.7.0+

Setup

Install the package:

npm install --save-dev @deploysentinel/cypress-parallel

Add @deploysentinel/cypress-parallel/plugin to cypress.config.{js|ts|mjs}

// cypress.config.js
const { defineConfig } = require("cypress");
const { cloudPlugin } = require("@deploysentinel/cypress-parallel/plugin");
module.exports = defineConfig({
  e2e: {
    setupNodeEvents(on, config) {
      return cloudPlugin(on, config);
    },
  },
});

Usage

CYPRESS_DEPLOYSENTINEL_KEY=YOUR_API_KEY CYPRESS_PROJECT_ID=000000 npx cypress-parallel --parallel --record --ci-build-id JUST_TESTING_LOCALLY

Readme

Keywords

Package Sidebar

Install

npm i @deploysentinel/cypress-parallel

Weekly Downloads

0

Version

1.7.6

License

GPL-3.0-or-later

Unpacked Size

1.17 MB

Total Files

12

Last publish

Collaborators

  • wrn14897
  • mikeshi42