Skip to content

Commit

Permalink
Tuning test data
Browse files Browse the repository at this point in the history
Issue #239
  • Loading branch information
damies13 committed Oct 16, 2024
1 parent 8bd99b2 commit 1854a35
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 60 deletions.
2 changes: 1 addition & 1 deletion Tests/Regression/Reporter/GUI_Bugs.robot
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Template with Start and End Dates
Save Template File OS DIALOG ${templatename}

Click Button GenerateHTML
Wait For Status GeneratingXHTMLReport
# Wait For Status GeneratingXHTMLReport
Wait For Status SavedXHTMLReport
Sleep 1
Close GUI
Expand Down
9 changes: 6 additions & 3 deletions Tests/Regression/Reporter/GUI_Features.robot
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,13 @@ Verify Plan Graph - No Total
Log to console basefolder: ${basefolder} console=True
${resultfolder}= Set Variable ${basefolder}${/}${resultdata}
${resultfile}= Set Variable ${basefolder}${/}${resultdata}${/}${resultdata}.report
${templatefile}= Set Variable ${basefolder}${/}original_base.template
Should Exist ${resultfolder}
Log resultfolder: ${resultfolder} console=True
Should Not Exist ${resultfile}

# pass a default ini file with extended height to ensure that default values are used
Open GUI -d ${resultfolder} -i ${basefolder}${/}RFSwarmReporter.ini
Open GUI -d ${resultfolder} -i ${basefolder}${/}RFSwarmReporter.ini -t ${templatefile}
# Run Keyword And Continue On Failure Wait For Status PreviewLoaded 120
Wait For Status PreviewLoaded

Expand Down Expand Up @@ -249,12 +250,13 @@ Verify Plan Graph - With Total
Log to console basefolder: ${basefolder} console=True
${resultfolder}= Set Variable ${basefolder}${/}${resultdata}
${resultfile}= Set Variable ${basefolder}${/}${resultdata}${/}${resultdata}.report
${templatefile}= Set Variable ${basefolder}${/}original_base.template
Should Exist ${resultfolder}
Log resultfolder: ${resultfolder} console=True
Should Not Exist ${resultfile}

# pass a default ini file with extended height to ensure that default values are used
Open GUI -d ${resultfolder} -i ${basefolder}${/}RFSwarmReporter.ini
Open GUI -d ${resultfolder} -i ${basefolder}${/}RFSwarmReporter.ini -t ${templatefile}
# Run Keyword And Continue On Failure Wait For Status PreviewLoaded 120
Wait For Status PreviewLoaded

Expand Down Expand Up @@ -315,12 +317,13 @@ Verify Plan Table
Log to console basefolder: ${basefolder} console=True
${resultfolder}= Set Variable ${basefolder}${/}${resultdata}
${resultfile}= Set Variable ${basefolder}${/}${resultdata}${/}${resultdata}.report
${templatefile}= Set Variable ${basefolder}${/}original_base.template
Should Exist ${resultfolder}
Log resultfolder: ${resultfolder} console=True
Should Not Exist ${resultfile}

# pass a default ini file with extended height to ensure that default values are used
Open GUI -d ${resultfolder} -i ${basefolder}${/}RFSwarmReporter.ini
Open GUI -d ${resultfolder} -i ${basefolder}${/}RFSwarmReporter.ini -t ${templatefile}
# Run Keyword And Continue On Failure Wait For Status PreviewLoaded 120
Wait For Status PreviewLoaded

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ win_width = 1000
win_height = 600

[Reporter]
template =
template = original_base.template
resultdir =
templatedir =
results =
Expand Down

0 comments on commit 1854a35

Please sign in to comment.