Skip to content

Commit

Permalink
Log tags to console for issue numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 26, 2024
1 parent cf983bb commit 762138a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tests/Regression/Agent/ºBugs.robot
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
Resource ºCommon.robot

*** Test Cases ***
Issue #171
[Tags] ubuntu-latest windows-latest macos-latest
Exclude Libraries With Spaces
[Tags] ubuntu-latest windows-latest macos-latest Issue #171 Issue #177
Log To Console ${\n}TAGS: ${TEST TAGS}
@{agnt_options}= Create List -g 1 -m http://localhost:8138
Run Agent ${agnt_options}
Log to console ${CURDIR}
Expand Down
3 changes: 3 additions & 0 deletions Tests/Regression/Reporter/CommandLine.robot
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Reporter Help

Command Line Generate HTML
[Tags] ubuntu-latest macos-latest windows-latest Issue #144 HTML
Log To Console ${\n}TAGS: ${TEST TAGS}
${testdata}= Set Variable Issue-#144
${resultdata}= Set Variable 20230320_185055_demo
${basefolder}= Set Variable ${CURDIR}${/}testdata${/}${testdata}
Expand All @@ -50,6 +51,7 @@ Command Line Generate HTML

Command Line Generate Docx
[Tags] ubuntu-latest macos-latest windows-latest Issue #144 DOCX
Log To Console ${\n}TAGS: ${TEST TAGS}
${testdata}= Set Variable Issue-#144
${resultdata}= Set Variable 20230320_185055_demo
${basefolder}= Set Variable ${CURDIR}${/}testdata${/}${testdata}
Expand All @@ -69,6 +71,7 @@ Command Line Generate Docx

Command Line Generate Xlsx
[Tags] ubuntu-latest macos-latest windows-latest Issue #144 XLSX
Log To Console ${\n}TAGS: ${TEST TAGS}
${testdata}= Set Variable Issue-#144
${resultdata}= Set Variable 20230320_185055_demo
${basefolder}= Set Variable ${CURDIR}${/}testdata${/}${testdata}
Expand Down
2 changes: 2 additions & 0 deletions Tests/Regression/Reporter/GUI_Basic.robot
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Select Preview Tab

First Run
[Tags] ubuntu-latest macos-latest windows-latest Issue #147
Log To Console ${\n}TAGS: ${TEST TAGS}
${testdata}= Set Variable Issue-#147
${resultdata}= Set Variable 20230320_185055_demo
${basefolder}= Set Variable ${CURDIR}${/}testdata${/}${testdata}
Expand All @@ -48,6 +49,7 @@ First Run

New Data Table Section
[Tags] ubuntu-latest macos-latest windows-latest Issue #149 Issue #150
Log To Console ${\n}TAGS: ${TEST TAGS}
Open GUI
Wait For Status PreviewLoaded
# Click Section toc
Expand Down

0 comments on commit 762138a

Please sign in to comment.