We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0bc5d commit 7c9d557Copy full SHA for 7c9d557
atest/acceptance/multiple_browsers_service_log_path.robot
@@ -8,6 +8,8 @@ First Browser With Service Log Path
8
... LOG 1:2 INFO STARTS: Browser driver log file created to:
9
[Setup] OperatingSystem.Remove Files ${OUTPUT DIR}/${BROWSER}.log
10
Open Browser ${FRONT PAGE} ${BROWSER} service_log_path=${OUTPUT DIR}/${BROWSER}.log
11
+ OperatingSystem.List Directories In Directory ${OUTPUT DIR}/
12
+ ${output}= OperatingSystem.Run ls -lh
13
OperatingSystem.File Should Not Be Empty ${OUTPUT DIR}/${BROWSER}.log
14
15
Second Browser With Service Log Path And Index
0 commit comments