We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556c9c6 commit 1161b6bCopy full SHA for 1161b6b
integration-tests/ci-visibility-intake.js
@@ -192,6 +192,7 @@ class FakeCiVisIntake extends FakeAgent {
192
onPayload(payloads)
193
clearTimeout(timeoutId)
194
this.off('message', messageHandler)
195
+ resolve()
196
} catch (e) {
197
// we'll try again when a new payload arrives
198
}
integration-tests/cypress.spec.js
@@ -158,7 +158,7 @@ versions.forEach((version) => {
158
...restEnvVars,
159
CYPRESS_BASE_URL: `http://localhost:${webAppPort}`
160
},
161
- stdio: 'on'
+ stdio: 'pipe'
162
163
)
164
})
0 commit comments