@cypress/core-reporter
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"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
35
65
736591
9
+ Addedfont-awesome@^4.6.3
+ Addedfont-awesome@4.7.0(transitive)