ER
там http://
${SELENIUM_GRID_IP}
:${SELENIUM_GRID_PORT}
/wd/hubбез докера все работает.
Всю сеть через docker-compose поднимаешь или руками?
Size: a a a
ER
${SELENIUM_GRID_IP}
:${SELENIUM_GRID_PORT}
/wd/hubR
2020-08-24 08:30:26,645 INFO Included extra file "/etc/supervisor/conf.d/selenium-hub.conf" during parsing
2020-08-24 08:30:26,647 INFO supervisord started with pid 7
2020-08-24 08:30:27,654 INFO spawned: 'selenium-hub' with pid 10
Starting Selenium Hub with configuration:
2020-08-24 08:30:27,672 INFO success: selenium-hub entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
{
"host": "0.0.0.0",
"port": 4444,
"role": "hub",
"maxSession": 5,
"newSessionWaitTimeout": -1,
"capabilityMatcher": "org.openqa.grid.internal.utils.DefaultCapabilityMatcher",
"throwOnCapabilityNotPresent": true,
"jettyMaxThreads": -1,
"cleanUpCycle": 5000,
"browserTimeout": 0,
"timeout": 1800,
"debug": false
}
08:30:27.862 INFO [GridLauncherV3.parse] - Selenium server version: 3.141.59, revision: e82be7d358
08:30:27.943 INFO [GridLauncherV3.lambda$buildLaunchers$5] - Launching Selenium Grid hub on port 4444
2020-08-24 08:30:28.300:INFO::main: Logging initialized @622ms to org.seleniumhq.jetty9.util.log.StdErrLog
08:30:28.435 INFO [Hub.start] - Selenium Grid hub is up and running
08:30:28.436 INFO [Hub.start] - Nodes should register to http://172.17.0.2:4444/grid/register/
08:30:28.436 INFO [Hub.start] - Clients should connect to http://172.17.0.2:4444/wd/hub
R
appium --port 4726 --log-level 'debug' --nodeconfig $PWD/resources/configs/android/moto.json --default-capabilities '{"udid": "ZY322BJFC6", "automationName": "uiautomator2", "deviceName": "moto", "platformVersion":"8.1.0", "platformName":"Android", "systemPort": 8226, "noSign": "true"}'
[Appium] Welcome to Appium v1.18.0
[Appium] Non-default server args:
[Appium] port: 4726
[Appium] nodeconfig: /Users/margarita.leo/tmn_mobile/acm-mobile-appium/resources/configs/android/moto.json
[Appium] defaultCapabilities: {
[Appium] udid: ZY322BJFC6
[Appium] automationName: uiautomator2
[Appium] deviceName: moto
[Appium] platformVersion: 8.1.0
[Appium] platformName: Android
[Appium] systemPort: 8226
[Appium] noSign: true
[Appium] }
[Appium] Default capabilities, which will be added to each request unless overridden by desired capabilities:
[Appium] udid: ZY322BJFC6
[Appium] automationName: uiautomator2
[Appium] deviceName: moto
[Appium] platformVersion: 8.1.0
[Appium] platformName: Android
[Appium] systemPort: 8226
[Appium] noSign: true
[debug] [Appium] Starting auto register thread for the grid. Will try to register every 5000 ms.
[Appium] Appium REST http interface listener started on 0.0.0.0:4726
[debug] [Appium] Appium successfully registered with the the grid on http://localhost:4444
R
[debug] [Appium] Grid registration error: Cannot find proxy with ID =http://localhost:4726 in the registry.
[debug] [Appium] Appium successfully registered with the the grid on http://localhost:4444
R
08:34:58.640 WARN [DefaultGridRegistry.removeIfPresent] - Cleaning up stale test sessions on the unregistered node http://localhost:4726
08:35:03.628 INFO [DefaultGridRegistry.add] - Registered a node http://localhost:4726
08:35:13.644 INFO [DefaultRemoteProxy.onEvent] - Marking the node http://localhost:4726 as down: cannot reach the node for 2 tries
08:35:18.654 INFO [DefaultRemoteProxy.onEvent] - Unregistering the node http://localhost:4726 because it's been down for 5013 milliseconds
R
version: '3.4'
services:
# Selenium hub
selenium_hub:
image: selenium/hub
ports:
- 4444:4444
network_mode: bridge
AP
AA
SV
G
MO
AP
MO
AP
MO
SV
MO
MO
SV
MO