We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c586940 commit 6f539f2Copy full SHA for 6f539f2
src/commands/run.ts
@@ -72,7 +72,7 @@ export default class RunProject {
72
const response = await this.uploader.start(zipFile);
73
uploadSpinner.succeed('Cypress is now running on TestingBot')
74
console.log('will join')
75
- const realTime = io.connect('hub.testingbot.com:3031', {secure: true});
+ const realTime = io.connect('https://hub.testingbot.com:3031');
76
console.log('joining', `cypress_${response.id}`)
77
realTime.emit('join', `cypress_${response.id}`)
78
realTime.on('connect', () => {
0 commit comments