Skip to content

NPM package source for Cypress integration with Moon

License

Notifications You must be signed in to change notification settings

aerokube/cypress-moon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moon Cypress

This repository contains source code for Moon Cypress integration.

Usage

$ npm install @aerokube/cypress-moon --save-dev

To override binary download URL:

$ CYPRESS_MOON_BINARY=https://company.example.com/download/cypress-moon npm install @aerokube/cypress-moon --save-dev

or use a .npmrc config with your own mirror: CYPRESS_MOON_MIRROR=https://company.example.com/download/cypress-moon

To use binary already present on the file system:

$ CYPRESS_MOON_BINARY=/usr/share/cypress-moon/cypress-moon npm install @aerokube/cypress-moon --save-dev