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

@cypress/core-reporter

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/core-reporter - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

package.json
{
"name": "@cypress/core-reporter",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/reporter",
"scripts": {
"build": "gulp build",
"prepublish": "bower install && gulp build",
"prepublish": "gulp build",
"release": "releaser",

@@ -30,3 +30,2 @@ "start": "gulp watch",

"babel-preset-stage-1": "^6.5.0",
"bower": "^1.7.9",
"chai": "^3.5.0",

@@ -63,2 +62,3 @@ "chai-enzyme": "^0.5.0",

"classnames": "^2.2.5",
"font-awesome": "^4.6.3",
"markdown-it": "^6.1.1",

@@ -65,0 +65,0 @@ "popper.js": "^0.5.2"

# Cypress Core Reporter
![Reporter](https://cloud.githubusercontent.com/assets/1157043/17947006/bffba412-6a18-11e6-86ee-af7e9c9d614e.png)
The reporter shows the running results of the tests. It includes the following:
- A button to focus the list of test files
- Stats for number of tests passed, failed, and pending
- The total test run duration
- Control for toggling auto-scrolling
- Controls for various states (running, paused, stopped, etc.)
- A command log, showing:
* suites
* tests
* hooks
* commands and assertions with detailed information
* any failures/errors
- Toggle-able auto-scrolling of command log
## Installation

@@ -43,3 +60,6 @@

#### 0.1.3 - *(08/26/16)*
- get font-awesome from npm instead of bower
#### 0.1.0 - *(08/23/16)*
- initial release

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc