Skip to content

Commit

Permalink
Update lib/maze/client/appium/bs_client.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Kirkland <[email protected]>
  • Loading branch information
joshedney and twometresteve authored Jan 7, 2025
1 parent eaa1bbd commit e33d66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/maze/client/appium/bs_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def device_capabilities

def log_run_intro
# Log a link to the BrowserStack session search dashboard
url = "https://automate.browserstack.com/projects/#{project_name_capabilities[:project]}/builds/#{Maze.run_uuid}/1?tab=tests"
url = "https://app-automate.browserstack.com/projects/#{project_name_capabilities[:project]}/builds/#{Maze.run_uuid}/1?tab=tests"
$logger.info Maze::Loggers::LogUtil.linkify(url, 'BrowserStack session(s)')
end

Expand Down

0 comments on commit e33d66d

Please sign in to comment.