Skip to content

Commit 6f539f2

Browse files
fix io client
1 parent c586940 commit 6f539f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default class RunProject {
7272
const response = await this.uploader.start(zipFile);
7373
uploadSpinner.succeed('Cypress is now running on TestingBot')
7474
console.log('will join')
75-
const realTime = io.connect('hub.testingbot.com:3031', {secure: true});
75+
const realTime = io.connect('https://hub.testingbot.com:3031');
7676
console.log('joining', `cypress_${response.id}`)
7777
realTime.emit('join', `cypress_${response.id}`)
7878
realTime.on('connect', () => {

0 commit comments

Comments
 (0)