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;
1111config . cypress_v1 = `${ config . rails_host } /automate/cypress/v1` ;
1212config . buildUrl = `${ config . cypress_v1 } /builds/` ;
1313config . 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` ;
1515config . fileName = "tests.zip" ;
1616
1717module . exports = config ;
Original file line number Diff line number Diff line change 11{
22 "name" : " browserstack-cypress-cli" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.3 " ,
44 "description" : " BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices." ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments