Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@3blades/cypress-test-utils

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3blades/cypress-test-utils

Utilities for testing with Cypress

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

cypress-test-utils

Build Status npm version semantic-release code style: prettier

Organization

Code is organized into three directories:

  • browser/: this directory contains code that should only be run in a browser context
  • server/: this directory contains code that should only be run in a Node.js context
  • shared/: this directory contains code that can be run in both a browser and Node.js context

Tests

This repo uses jest for unit tests. Run npm test to run jest in watch mode during development. npm run test:ci runs the unit tests once and outputs coverage information.

Releases

This repo uses semantic-release to handle all releases. On each push to the master branch, a new release is published to both GitHub and npm. To assist in maintaining changelogs, release notes, etc., commitizen is used to correctly format commit messages. Run npm run cm to commit changes.

Commit Types

Only certain commit types will trigger a release. The table below describes which types trigger a release, any conditions for the type, and the level of release that is triggered.

TypeConditionRelease
anyBreaking changemajor
featminor
fixpatch
perfpatch
chorepatch
refactorpatch
docsscope set as READMEpatch

FAQs

Package last updated on 19 Jan 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc