Skip to content

Commit

Permalink
bump version in package.json and update endpoint in config
Browse files Browse the repository at this point in the history
  • Loading branch information
nagpalkaran95 committed May 15, 2020
1 parent 8053797 commit 46410d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/helpers/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 46410d9

Please sign in to comment.