KM
Size: a a a
KM
LY
KM
KM
ZE
LY
DP
MA
ZE
MA
B
DP
BO
BO
BO
R
ЕА
def abc = ['/bin/bash', '-c', '''
git clone https://myuser:mypassword@github.com/mycompany/qa-automation.git /tmp/autotests || true > /dev/null 2>&1
cd /tmp/autotests/
git pull > /dev/null 2>&1
find /tmp/autotests/src/test/java/tests/'''].execute()
return abc.text.split(/\n/).collect {
it.replaceAll('/tmp/autotests/src/test/java/tests/', '') as String}.sort()
ЕА
B
OK
15:07:25.418 INFO [ActiveSessionFactory.apply] - Capabilities are: {
"browserName": "firefox",
"count": 1
}
1594296516889 mozrunner::runner INFO Running command: "/Applications/Firefox.app/Contents/MacOS/firefox-bin" "-marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilen7fyLu"
Running Firefox as root in a regular user's session is not supported. ($HOME is /Users/oleksandrkhotemskyi which is owned by oleksandrkhotemskyi.)