Skip to content

Commit 9f0bc5d

Browse files
committed
Guessing whether the issue was the directory ..??
1 parent 9b77565 commit 9f0bc5d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

atest/acceptance/multiple_browsers_service_log_path.robot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1313
Second 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

1818
Third 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

2323
Fourth 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

0 commit comments

Comments
 (0)