An open API service indexing awesome lists of open source software.

https://github.com/aerokube/cypress-moon

NPM package source for Cypress integration with Moon
https://github.com/aerokube/cypress-moon

cypress integration moon npm package

Last synced: 3 months ago
JSON representation

NPM package source for Cypress integration with Moon

Awesome Lists containing this project

README

          

# 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
```