mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-19 22:59:16 -05:00
server: update snapshot for commands outside of a test
-this is now handled better by proper uncaught exception handling
This commit is contained in:
@@ -5,12 +5,8 @@ Started video recording: /foo/bar/.projects/e2e/cypress/videos/abc123.mp4
|
||||
|
||||
|
||||
1) An uncaught error was detected outside of a test
|
||||
No Running Test
|
||||
✓ foo
|
||||
✓ bar
|
||||
|
||||
|
||||
2 passing
|
||||
0 passing
|
||||
1 failing
|
||||
|
||||
1) An uncaught error was detected outside of a test:
|
||||
@@ -40,8 +36,8 @@ We dynamically generated a new test to display this failure.
|
||||
|
||||
(Tests Finished)
|
||||
|
||||
- Tests: 3
|
||||
- Passes: 2
|
||||
- Tests: 1
|
||||
- Passes: 0
|
||||
- Failures: 1
|
||||
- Pending: 0
|
||||
- Duration: 10 seconds
|
||||
@@ -64,3 +60,4 @@ We dynamically generated a new test to display this failure.
|
||||
(All Done)
|
||||
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user