Skip to content

Commit

Permalink
Finalizing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekKuczynski committed Sep 23, 2024
1 parent 269d4c1 commit 9f12dbe
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Tests/Regression/Reporter/GUI_Bugs.robot
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,7 @@ Auto Generate HTML Report With GUI Using Template
Log To Console Run Reporter with cutom template and generate html report.
${template_dir}= Normalize Path ${basefolder}${/}Issue-#132.template
Open GUI -d ${resultfolder} -t ${template_dir} --html
Sleep 1s
Take A Screenshot
Sleep 5s
Run Keyword And Continue On Failure Wait For Status PreviewLoaded timeout=10
Close GUI
@{html_files}= List Files In Directory ${resultfolder} absolute=True pattern=*.html
Log To Console ${\n}All result files: ${html_files}${\n}
Expand All @@ -328,9 +326,7 @@ Auto Generate DOCX Report With GUI Using Template
Log To Console Run Reporter with cutom template and generate docx report.
${template_dir}= Normalize Path ${basefolder}${/}Issue-#132.template
Open GUI -d ${resultfolder} -t ${template_dir} --docx
Sleep 1s
Take A Screenshot
Sleep 5s
Run Keyword And Continue On Failure Wait For Status PreviewLoaded timeout=10
Close GUI
@{docx_files}= List Files In Directory ${resultfolder} absolute=True pattern=*.docx
Log To Console ${\n}All result files: ${docx_files}${\n}
Expand All @@ -351,9 +347,7 @@ Auto Generate XLSX Report With GUI Using Template
Log To Console Run Reporter with cutom template and generate xlsx report.
${template_dir}= Normalize Path ${basefolder}${/}Issue-#132.template
Open GUI -d ${resultfolder} -t ${template_dir} --xlsx
Sleep 1s
Take A Screenshot
Sleep 5s
Run Keyword And Continue On Failure Wait For Status PreviewLoaded timeout=10
Close GUI
@{xlsx_files}= List Files In Directory ${resultfolder} absolute=True pattern=*.xlsx
Log To Console ${\n}All result files: ${xlsx_files}${\n}
Expand Down

0 comments on commit 9f12dbe

Please sign in to comment.