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

create-cypress-tests

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-cypress-tests

Cypress smart installation wizard

  • 2.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Create Cypress Tests

Installs and injects all the required configuration to run cypress tests.

Quick overview

cd my-app
npx create-cypress-tests
npx cypress open

demo

Package manager

This wizard will automatically determine which package do you use. If yarn available as global dependency it will use yarn to install dependencies and create lock file.

If you need to use npm over yarn you can do the following

npx create-cypress-tests --use-npm

By the way you can use yarn to run the installation wizard 😉

yarn create cypress-tests

Typescript

This package will also automatically determine if typescript if available in this project and inject the required typescript configuration for cypress. If you are starting a new project and want to create typescript configuration, please do the following:

npm init
npm install typescript
npx create-cypress-tests 

Configuration

Here is a list of available configuration options:

--use-npm – use npm if yarn available --ignore-typescript – will not create typescript configuration if available --ignore-examples – will create a 1 template spec file (cypress/integration/spec.js) to start with --component-tests – will not ask should setup component testing or not

License

The project is licensed under the terms of MIT license

Changelog

Changelog

FAQs

Package last updated on 16 Oct 2023

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