All Projects → cypress-io → cypress-cli

cypress-io / cypress-cli

Licence: MIT License
CLI for Cypress.io Desktop App

Programming Languages

coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cypress-cli

metasfresh-webui-frontend-legacy
metasfresh Webui Frontend
Stars: ✭ 57 (+46.15%)
Mutual labels:  cypress
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖
Stars: ✭ 20 (-48.72%)
Mutual labels:  cypress
cypress-laravel
Cypress plugin to test Laravel applications
Stars: ✭ 26 (-33.33%)
Mutual labels:  cypress
po-util
Classic Edition of po-util: The Ultimate Local Particle Experience for Linux and macOS
Stars: ✭ 51 (+30.77%)
Mutual labels:  installer
Anarchy-Droid
One-Click Android Rom Installation Assistant
Stars: ✭ 40 (+2.56%)
Mutual labels:  installer
cypress-mochawesome-reporter
Zero config Mochawesome reporter for Cypress with screenshots
Stars: ✭ 48 (+23.08%)
Mutual labels:  cypress
next-ts-graphql-apollo-starter
An opiniated Next powered starter which include support for Apollo with GraphQL SSR support, codegen, styled component / system, framer motion and Cypress
Stars: ✭ 18 (-53.85%)
Mutual labels:  cypress
bali
Bali - Minimalist Golang build and packaging tool
Stars: ✭ 59 (+51.28%)
Mutual labels:  installer
babel-plugin-remove-test-ids
🐠 Babel plugin to strip `data-test-id` HTML attributes
Stars: ✭ 40 (+2.56%)
Mutual labels:  cypress
cargo-wix
A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
Stars: ✭ 142 (+264.1%)
Mutual labels:  installer
mkosxinstallusb
Linux shell script that creates USB flash drive booting OS X installer
Stars: ✭ 34 (-12.82%)
Mutual labels:  installer
linux-installer
Universal GNU+Linux installer script
Stars: ✭ 16 (-58.97%)
Mutual labels:  installer
cypress-websocket-testing
Test WebSocket connections with Cypress
Stars: ✭ 65 (+66.67%)
Mutual labels:  cypress
cypress-example-docker-compose
Example running Cypress tests against Apache server via docker-compose
Stars: ✭ 106 (+171.79%)
Mutual labels:  cypress
fontster
Font installer for Android.
Stars: ✭ 33 (-15.38%)
Mutual labels:  installer
vue3-realworld-example-app
Explore the charm of Vue composition API! Vite?
Stars: ✭ 364 (+833.33%)
Mutual labels:  cypress
daruma-backend
🎎 Shared Expense Manager (Backend) - NestJS+DDD+CQRS+Event Sourcing 🎎
Stars: ✭ 70 (+79.49%)
Mutual labels:  cypress
NSIS-UI-Plugin
Create NSIS Modern UI Setup by Using Thirdparty UI Library(such as Qt, DuiLib)
Stars: ✭ 55 (+41.03%)
Mutual labels:  installer
user-story
POST stories. GET features.
Stars: ✭ 27 (-30.77%)
Mutual labels:  cypress
cypress-auto-stub-example
Example project to demonstrate how to record/replay API with Cypress.
Stars: ✭ 52 (+33.33%)
Mutual labels:  cypress

Cypress CLI Circle CI

This is the CLI for: https://github.com/cypress-io/cypress.

Deprecated

⚠️ This module is deprecated in favor of an "all-in-one" Cypress NPM package cypress that can be installed as a regular dev dependency.

See https://on.cypress.io/installing-via-npm

Installing new versions

This module is now limited to installing older versions of Cypress. When trying to install a "new" version of Cypress module (>= 0.20.0) CLI will exit with an error. Similarly, if you do not specify the explicit old version, it will not allow installing the latest Cypress version

$ cypress-cli install
You are trying to install the latest version of Cypress.

This CLI tool is deprecated and can no longer install versions of Cypress above 0.19.4.

For newer versions, please use the new cypress npm module.

See https://on.cypress.io/installing-cypress for details

Documentation

The documentation has moved into our official docs here.

Changelog

0.14.0 - (09/14/17)

  • deprecate this module
  • throw error trying to install newer versions of cypress

0.13.1 - (02/11/17)

  • add --record option, pass --cli-version to cypress

0.13.0 - (02/11/17)

  • deprecated 'cypress ci'
  • 'cypress run' now accepts a --key argument and a --record false argument
  • search for CYPRESS_RECORD_KEY env var
  • more intelligently spawn XVFB
  • some horrid code cleanup

0.12.2 - (01/21/17)

  • bump core releaser

0.12.1

  • bump update-notifier dep for configstore fixes

0.12.0

  • added cli arg for passing reporterOptions

0.11.1

  • cypress ci accepts --spec argument

0.11.0

  • cypress open now accepts arguments
  • you can now pass the --config flag to cypress run, ci, and open which overrides cypress.json configuration values
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].