diff --git a/bin/helpers/config.js b/bin/helpers/config.js index 2e454743..21897e46 100644 --- a/bin/helpers/config.js +++ b/bin/helpers/config.js @@ -11,7 +11,7 @@ config.rails_host = hosts[config.env].rails_host; config.cypress_v1 = `${config.rails_host}/automate/cypress/v1`; config.buildUrl = `${config.cypress_v1}/builds/`; config.buildStopUrl = `${config.cypress_v1}/builds/stop/`; -config.usageReportingUrl = `http://127.0.0.1:8000/send_event_cy_internal`; +config.usageReportingUrl = `https://eds.browserstack.com:443/send_event_cy_internal`; config.fileName = "tests.zip"; module.exports = config; diff --git a/package.json b/package.json index 1ce65ef7..91158511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserstack-cypress-cli", - "version": "1.1.0", + "version": "1.1.3", "description": "BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices.", "main": "index.js", "scripts": {