Skip to content

Instantly share code, notes, and snippets.

@brian-mann
Last active December 28, 2017 20:44
Show Gist options
  • Save brian-mann/7b34b1eaa76b829d9de46914fba32b76 to your computer and use it in GitHub Desktop.
Save brian-mann/7b34b1eaa76b829d9de46914fba32b76 to your computer and use it in GitHub Desktop.
(Run Starting)
- Browser: Chrome 61
- Browser: Electron 53 (headless)
- Grouping: true (groupId)
- Parallelizing: true (parallelId)
- Run URL: https://dashboard.cypress.io/foo/bar/baz
- Specs Glob: **/*.js -- if used
- Specs Found: 28 (app_spec.coffee, foo_spec.js, bar_spec.js, ...26 more)
************************************************************************************
(Spec Starting)
Running Spec: app_spec.coffee (...27 more to run)
ETA Completion: 30 secs (historically)
caching
✓ does not cache cy.visit file server requests
✓ sets etags on file assets, but no cache-control
✓ does not cache cy.visit http server requests
✓ respects cache control headers from 3rd party http servers
4 passing
(Tests Finished)
- Tests: 4
- Passes: 4
- Failures: 0
- Pending: 0
- Duration: 10 seconds
- Screenshots: 0
- Spec Run: /path/to/spec/file
- Video Recorded: true
- Cypress Version: 1.2.3
- Browser Used: Chrome 61
- Operating System: Ubuntu 14.04
(Video)
- Started processing: Compressing to 32 CRF
- Finished processing: /foo/bar/.projects/e2e/cypress/videos/abc123.mp4 (0 seconds)
(Spec Finished)
************************************************************************************
(Spec Starting)
Running Spec: foo_spec.coffee (...26 more to run)
caching
✓ does not cache cy.visit file server requests
✓ sets etags on file assets, but no cache-control
✓ does not cache cy.visit http server requests
✓ respects cache control headers from 3rd party http servers
4 passing
(Spec Finished)
- Tests: 4
- Passes: 4
- Failures: 0
- Pending: 0
- Duration: 10 seconds
- Screenshots: 0
- Spec Run: /path/to/spec/file
- Video Recorded: true
- Cypress Version: 1.2.3
- Browser Used: Chrome 61
- Operating System: Ubuntu 14.04
(Video)
- Started processing: Compressing to 32 CRF
- Finished processing: /foo/bar/.projects/e2e/cypress/videos/abc123.mp4 (0 seconds)
************************************************************************************
(Summary)
Run URL: https://dashboard.cypress.io/foo/bar/baz
| Spec | Duration | Failures | Passes | Pending |
| ------------ | -------- | ---------- | ------ | ------- |
| path/to/spec | 5 min 26 secs | 10 | 100 | 12 |
| path/to/spec | 27 min | 0 | 13 | 0 |
| ------------ | ------------- | ---------- | ------ | ------- |
| 28 total | 32 min 5 secs 10 | 113 | 12 |
(Run Finished)
@jennifer-shehane
Copy link

  1. At the bottom it's nice cause it's on a row of it's own, very easy to see. But at the top it blends into all the other data I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment