1- exports [ 'cy.pause() works with --headed and --no-exit / pauses with --headed and --no-exit' ] = `
1+ exports [ 'cy.pause() in run mode / pauses with --headed and --no-exit' ] = `
22
33====================================================================================================
44
@@ -27,7 +27,7 @@ not exiting due to options.exit being false
2727
2828`
2929
30- exports [ 'cy.pause() works with --headed and --no-exit / does not pause if headless' ] = `
30+ exports [ 'cy.pause() in run mode / does not pause if headless' ] = `
3131
3232====================================================================================================
3333
@@ -56,7 +56,7 @@ not exiting due to options.exit being false
5656
5757`
5858
59- exports [ 'cy.pause() works with --headed and --no-exit / does not pause without --no-exit' ] = `
59+ exports [ 'cy.pause() in run mode / does not pause without --no-exit' ] = `
6060
6161====================================================================================================
6262
@@ -65,14 +65,14 @@ exports['cy.pause() works with --headed and --no-exit / does not pause without -
6565 ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
6666 │ Cypress: 1.2.3 │
6767 │ Browser: FooBrowser 88 │
68- │ Specs: 1 found (no_pause_spec .js) │
69- │ Searched: cypress/integration/no_pause_spec .js │
68+ │ Specs: 1 found (pause_spec .js) │
69+ │ Searched: cypress/integration/pause_spec .js │
7070 └────────────────────────────────────────────────────────────────────────────────────────────────┘
7171
7272
7373────────────────────────────────────────────────────────────────────────────────────────────────────
7474
75- Running: no_pause_spec .js (1 of 1)
75+ Running: pause_spec .js (1 of 1)
7676
7777
7878 cy.pause()
@@ -81,13 +81,6 @@ exports['cy.pause() works with --headed and --no-exit / does not pause without -
8181
8282 1 passing
8383
84- Warning: We failed processing this video.
85-
86- This error will not alter the exit code.
87-
88- TimeoutError: operation timed out
89- [stack trace lines]
90-
9184
9285 (Results)
9386
@@ -98,27 +91,33 @@ TimeoutError: operation timed out
9891 │ Pending: 0 │
9992 │ Skipped: 0 │
10093 │ Screenshots: 0 │
101- │ Video: false │
94+ │ Video: true │
10295 │ Duration: X seconds │
103- │ Spec Ran: no_pause_spec .js │
96+ │ Spec Ran: pause_spec .js │
10497 └────────────────────────────────────────────────────────────────────────────────────────────────┘
10598
10699
100+ (Video)
101+
102+ - Started processing: Compressing to 32 CRF
103+ - Finished processing: /XXX/XXX/XXX/cypress/videos/pause_spec.js.mp4 (X second)
104+
105+
107106====================================================================================================
108107
109108 (Run Finished)
110109
111110
112111 Spec Tests Passing Failing Pending Skipped
113112 ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
114- │ ✔ no_pause_spec .js XX:XX 1 1 - - - │
113+ │ ✔ pause_spec .js XX:XX 1 1 - - - │
115114 └────────────────────────────────────────────────────────────────────────────────────────────────┘
116115 ✔ All specs passed! XX:XX 1 1 - - -
117116
118117
119118`
120119
121- exports [ 'cy.pause() works with --headed and --no-exit / does not pause without --headed and --no-exit' ] = `
120+ exports [ 'cy.pause() in run mode / does not pause without --headed and --no-exit' ] = `
122121
123122====================================================================================================
124123
@@ -127,14 +126,14 @@ exports['cy.pause() works with --headed and --no-exit / does not pause without -
127126 ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
128127 │ Cypress: 1.2.3 │
129128 │ Browser: FooBrowser 88 │
130- │ Specs: 1 found (no_pause_spec .js) │
131- │ Searched: cypress/integration/no_pause_spec .js │
129+ │ Specs: 1 found (pause_spec .js) │
130+ │ Searched: cypress/integration/pause_spec .js │
132131 └────────────────────────────────────────────────────────────────────────────────────────────────┘
133132
134133
135134────────────────────────────────────────────────────────────────────────────────────────────────────
136135
137- Running: no_pause_spec .js (1 of 1)
136+ Running: pause_spec .js (1 of 1)
138137
139138
140139 cy.pause()
@@ -143,13 +142,6 @@ exports['cy.pause() works with --headed and --no-exit / does not pause without -
143142
144143 1 passing
145144
146- Warning: We failed processing this video.
147-
148- This error will not alter the exit code.
149-
150- TimeoutError: operation timed out
151- [stack trace lines]
152-
153145
154146 (Results)
155147
@@ -160,20 +152,26 @@ TimeoutError: operation timed out
160152 │ Pending: 0 │
161153 │ Skipped: 0 │
162154 │ Screenshots: 0 │
163- │ Video: false │
155+ │ Video: true │
164156 │ Duration: X seconds │
165- │ Spec Ran: no_pause_spec .js │
157+ │ Spec Ran: pause_spec .js │
166158 └────────────────────────────────────────────────────────────────────────────────────────────────┘
167159
168160
161+ (Video)
162+
163+ - Started processing: Compressing to 32 CRF
164+ - Finished processing: /XXX/XXX/XXX/cypress/videos/pause_spec.js.mp4 (X second)
165+
166+
169167====================================================================================================
170168
171169 (Run Finished)
172170
173171
174172 Spec Tests Passing Failing Pending Skipped
175173 ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
176- │ ✔ no_pause_spec .js XX:XX 1 1 - - - │
174+ │ ✔ pause_spec .js XX:XX 1 1 - - - │
177175 └────────────────────────────────────────────────────────────────────────────────────────────────┘
178176 ✔ All specs passed! XX:XX 1 1 - - -
179177
0 commit comments