-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
Feature and motivation
I currently want to setup a Relay node and configure it to connect with Appium. In order to do this, I need to set the following configuration.
[node]
detect-drivers = false
[relay]
# Default Appium/Cloud server endpoint
url = "http://localhost:4723/wd/hub"
status-endpoint = "/status"
# Optional, enforce a specific protocol version in HttpClient when communicating with the endpoint service status (e.g. HTTP/1.1, HTTP/2)
protocol-version = "HTTP/1.1"
# Stereotypes supported by the service. The initial number is "max-sessions", and will allocate
# that many test slots to that particular configuration
configs = [
"5", "{\"browserName\": \"chrome\", \"platformName\": \"android\", \"appium:platformVersion\": \"11\"}"
]
I am unable to figure out from the documentation how this is possible for the Helm Chart.
Usage example
I should be able to configure Relay config.toml for Relay Nodes.