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
- Host: GitHub
- URL: https://github.com/aerokube/cypress-moon
- Owner: aerokube
- License: apache-2.0
- Created: 2021-05-22T18:30:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T23:19:45.000Z (over 1 year ago)
- Last Synced: 2025-06-06T23:09:06.922Z (4 months ago)
- Topics: cypress, integration, moon, npm, package
- Language: JavaScript
- Homepage:
- Size: 730 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```