Skip to content

Commit

Permalink
update URL for BS sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshedney committed Jan 2, 2025
1 parent 2bd26b4 commit a4c04e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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://app-automate.browserstack.com/dashboard/v2/search?query=#{Maze.run_uuid}&type=builds"
url = "https://automate.browserstack.com/projects/#{ENV['BUILDKITE_PIPELINE_NAME']}/builds/#{Maze.run_uuid}/1?tab=tests"
$logger.info Maze::Loggers::LogUtil.linkify(url, 'BrowserStack session(s)')
end

Expand Down
2 changes: 1 addition & 1 deletion lib/maze/client/selenium/bs_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def project_name_capabilities

def log_session_info
# Log a link to the BrowserStack session search dashboard
url = "https://automate.browserstack.com/dashboard/v2/search?query=#{Maze.run_uuid}&type=builds"
url = "https://automate.browserstack.com/projects/#{ENV['BUILDKITE_PIPELINE_NAME']}/builds/#{Maze.run_uuid}/1?tab=tests"
$logger.info Maze::Loggers::LogUtil.linkify url, 'BrowserStack session(s)'
end
end
Expand Down

0 comments on commit a4c04e4

Please sign in to comment.