New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@cypress/core-runner

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/core-runner

![Runner](https://cloud.githubusercontent.com/assets/1157043/17947042/e9352ae2-6a18-11e6-85af-3670c7cfba03.png)


Version published
Weekly downloads
2
decreased by-83.33%
Maintainers
4
Weekly downloads
 
Created

Cypress Core Runner

Runner

The runner is the minimal "chrome" around the user's app and has the following responsibilities:

  • Managing communication between the driver, the reporter, the extension, and the server
  • Managing the viewport size and scale
  • Showing the currently active URL

Development

## Install project dependencies
npm install
## Runs a dev server (localhost:8000 if free, but could be different - check the output in the console)
## Watches all project files
## - runs *.js and *.jsx through babel and bundles with browserify into single runner.js in dist
## - runs associated unit test of file saved and outputs to terminal
## - compiles *.scss files to single runner.css in dist
npm start
## Runs all tests
npm test

Changelog

0.1.7 - (08/30/16)
  • build prod before publishing
0.1.6 - (08/30/16)
  • bump reporter
0.1.5 - (08/30/16)
  • bump node, spec:changed event
0.1.4 - (08/26/16)
  • minify prod css
0.1.3 - (08/26/16)
  • get font-awesome from npm instead of bower
0.1.2 - (08/23/16)
  • change file names: app.js -> runner.js & app.css -> runner.scss
0.1.0 - (08/23/16)
  • initial release

FAQs

Package last updated on 30 Aug 2016

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