Skip to content

[🚀 Feature]: Allow user to provide a different base URL for the grid UI #11647

Closed
@StellarNear

Description

@StellarNear

Feature and motivation

For the moment the base URL of a grid is locked to be /ui/ at root level.
For my usage i had to manually change the path in the file : selenium/grid-ui/package.json at line 38 "homepage": "/ui" to "homepage": "/selenium/ui"

Because for my usage the base URL host multiple services (so i have my URL like this www.myUrl.com/selenium/ui)

Currently i found no other way to provide the grid a custom base without having to recompile everything after a manual change.

Usage example

The grid could simply read an environment variable such as GRID_BASE_URL and if this variable exist use it instead of the /ui written in the code

Metadata

Metadata

Assignees

No one assigned

    Labels

    I-enhancementSomething could be betterJ-awaiting answerQuestion asked of user; a reply moves it to triage again

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions