Socket
Socket
Sign inDemoInstall

cypress-circleci

Package Overview
Dependencies
351
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cypress-circleci

A CircleCI Parallel Workflow Project Bootstrap


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Cypress-CircleCI

npm version npm Dependency Status devDependency Status CircleCI

A CircleCI Parallel Workflow Project Bootstrap

Features

  • Output a CircleCI v2.1 Workflow template for all spec files ending in spec.js located at cypress/integration
  • Reporting with Mochawesome
  • Report merging with custom script
  • Slack Report notifications with cypress-slack-reporter

Instructions

  1. run npm install cypress-circleci --save
  2. run node node_modules/.bin/cypress-circleci to generate CircleCi config in ./circleci/config.yml.
  3. Add a env var SLACK_WEBHOOK_URL with your Slack webhook.
  4. Run the workflow in CircleCI by pushing a commit with your config.yml in ./circleci/config.yml in your commit.

To do

  • Report merging with Mochawesome-Merge
  • recursive folder search
  • ts file support / bootstrapping
  • user modifiable path to specs
  • cli runner
  • logger
  • create orb

Credits

See initial Blog post by testdrivenio/cypress-parallel for inspiration

FAQs

Last updated on 17 Oct 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc