File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,20 +7,20 @@ First Browser With Service Log Path
77 [Documentation]
88 ... LOG 1:2 INFO STARTS: Browser driver log file created to:
99 [Setup] OperatingSystem.Remove Files ${OUTPUT DIR } /${BROWSER } .log
10- Open Browser ${FRONT PAGE } ${BROWSER } service_log_path=${BROWSER } .log
10+ Open Browser ${FRONT PAGE } ${BROWSER } service_log_path=${OUTPUT DIR } / ${ BROWSER } .log
1111 OperatingSystem.File Should Not Be Empty ${OUTPUT DIR } /${BROWSER } .log
1212
1313Second Browser With Service Log Path And Index
1414 [Setup] OperatingSystem.Remove Files ${OUTPUT DIR } /${BROWSER } -1 .log
15- Open Browser ${FRONT PAGE } ${BROWSER } service_log_path=${BROWSER } -{index}.log
15+ Open Browser ${FRONT PAGE } ${BROWSER } service_log_path=${OUTPUT DIR } / ${ BROWSER } -{index}.log
1616 OperatingSystem.File Should Not Be Empty ${OUTPUT DIR } /${BROWSER } -1 .log
1717
1818Third Browser With Service Log Path And Index Should Not Overwrite
1919 [Setup] OperatingSystem.Remove Files ${OUTPUT DIR } /${BROWSER } -2 .log
20- Open Browser ${FRONT PAGE } ${BROWSER } service_log_path=${BROWSER } -{index}.log
20+ Open Browser ${FRONT PAGE } ${BROWSER } service_log_path=${OUTPUT DIR } / ${ BROWSER } -{index}.log
2121 OperatingSystem.File Should Not Be Empty ${OUTPUT DIR } /${BROWSER } -2 .log
2222
2323Fourth Browser With Service Log Path In Subfolder
2424 [Setup] OperatingSystem.Remove Files ${OUTPUT DIR } /a_folder/${BROWSER } -1 .log
25- Open Browser ${FRONT PAGE } ${BROWSER } service_log_path=a_folder/${BROWSER } -{index}.log
25+ Open Browser ${FRONT PAGE } ${BROWSER } service_log_path=${ OUTPUT DIR } / a_folder/${BROWSER } -{index}.log
2626 OperatingSystem.File Should Not Be Empty ${OUTPUT DIR } /a_folder/${BROWSER } -1 .log
You can’t perform that action at this time.
0 commit comments