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

vite-e2e-cypress

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-e2e-cypress

A simple script to run cypress e2e test with vite as dev server

  • 1.0.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by1000%
Maintainers
1
Weekly downloads
 
Created
Source

vite-e2e-cypress

Run cypress e2e tests within your Vite project.

Install

npm install vite-e2e-cypress --save-dev

Usage

Run all spec files

vite-cy-e2e

View all options

vite-cy-e2e --help

Running particular spec files

vite-cy-e2e --headless -s '**/*.spec.js'

Specify vite config file path. This example is also the default value.

vite-cy-e2e -c ./vite.config.ts

Specify vite root path. This example is also the default value.

vite-cy-e2e -r .

Run in different mode (default to production)

vite-cy-e2e -m development

Run dev server instead of build the app and run preview server. Might be helpful for local development to reflect code change immediately without restarting cypress.

vite-cy-e2e -d

Keywords

FAQs

Package last updated on 10 Oct 2022

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