File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ config.rails_host = hosts[config.env].rails_host;
11
11
config . cypress_v1 = `${ config . rails_host } /automate/cypress/v1` ;
12
12
config . buildUrl = `${ config . cypress_v1 } /builds/` ;
13
13
config . buildStopUrl = `${ config . cypress_v1 } /builds/stop/` ;
14
- config . usageReportingUrl = `http ://127.0.0.1:8000 /send_event_cy_internal` ;
14
+ config . usageReportingUrl = `https ://eds.browserstack.com:443 /send_event_cy_internal` ;
15
15
config . fileName = "tests.zip" ;
16
16
17
17
module . exports = config ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " browserstack-cypress-cli" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"description" : " BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments