You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/test.bash
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ function before() {
20
20
unset INPUT_OS_VERSION
21
21
unset INPUT_AUTIFY_CONNECT
22
22
unset INPUT_AUTIFY_CONNECT_CLIENT
23
+
unset INPUT_AUTIFY_CONNECT_CLIENT_EXTRA_ARGUMENTS
23
24
echo"=== TEST ==="
24
25
}
25
26
@@ -122,11 +123,12 @@ function test_output() {
122
123
export INPUT_OS_VERSION=i
123
124
export INPUT_AUTIFY_CONNECT=j
124
125
export INPUT_AUTIFY_CONNECT_CLIENT=true
125
-
test_command "autify web test run a --wait -t=300 -r=b1 -r=b2 --max-retry-count=c --name=d --browser=e --device=f --device-type=g --os=h --os-version=i --autify-connect=j --autify-connect-client"
test_command "autify web test run a --wait -t=300 -r=b1 -r=b2 --max-retry-count=c --name=d --browser=e --device=f --device-type=g --os=h --os-version=i --autify-connect=j --autify-connect-client --autify-connect-client-extra-arguments=k"
126
128
test_code 0
127
129
test_log
128
130
test_output exit-code "0"
129
-
test_output log "autify web test run a --wait -t=300 -r=b1 -r=b2 --max-retry-count=c --name=d --browser=e --device=f --device-type=g --os=h --os-version=i --autify-connect=j --autify-connect-client\n$(cat "$log_file")"
131
+
test_output log "autify web test run a --wait -t=300 -r=b1 -r=b2 --max-retry-count=c --name=d --browser=e --device=f --device-type=g --os=h --os-version=i --autify-connect=j --autify-connect-client --autify-connect-client-extra-arguments=k\n$(cat "$log_file")"
0 commit comments