forked from damies13/rfswarm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Started making test case for Issue damies13#14 + getting images
- Loading branch information
1 parent
c0b808e
commit 8717e07
Showing
11 changed files
with
380 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+581 Bytes
Tests/Regression/Manager/Images/file_method/manager_windows_label_start_time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[Scenario] | ||
uploadmode = err | ||
scriptcount = 1 | ||
graphlist = | ||
|
||
[1] | ||
robots = 10 | ||
delay = 0 | ||
rampup = 10 | ||
run = 30 | ||
test = Example Test Case | ||
script = example.robot | ||
|
21 changes: 21 additions & 0 deletions
21
Tests/Regression/Manager/testdata/Issue-#14/RFSwarmManager.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[GUI] | ||
win_width = 1200 | ||
win_height = 600 | ||
graph_list = | ||
|
||
[Plan] | ||
scriptdir = | ||
scenariodir = | ||
scenariofile = | ||
|
||
[Run] | ||
resultsdir = | ||
display_index = True | ||
display_iteration = False | ||
display_sequence = False | ||
display_percentile = 90 | ||
|
||
[Server] | ||
bindip = | ||
bindport = 8138 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
***Test Cases*** | ||
Example Test Case | ||
Test | ||
***Keywords*** | ||
Test | ||
[Documentation] 10 seconds | ||
Sleep 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
Tests/Regression/Reporter/testdata/Issue-#14/Issue-#14.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[Report] | ||
order = FACF46783F4,FACF46787E0,FACF48E081E | ||
title = Report Title | ||
dateformat = yyyy-mm-dd | ||
timeformat = HH:MM | ||
timezone = Europe/Warsaw | ||
showtlogo = -1 | ||
startoffset = -253 | ||
showstarttime = -1 | ||
endoffset = 254 | ||
showendtime = -1 | ||
font = Verdana | ||
fontsize = 12 | ||
percentile = 90 | ||
|
||
[FACF46783F4] | ||
name = Template | ||
parent = TOP | ||
type = note | ||
changed = 1723550921.6244972 | ||
note = Define your template by adding sections and configuring the section settingsx12Each section can be:x12 - Note (like this) section, free textx12 - Heading, usefull for grouping sectionsx12 - Contents like a table of contents or figuresx12 - Data Table, with data from test resultsx12 - Data Graph, for graphical representation of test resultsx12x12Each section can also have sub sectionsx12x12The cover page and overall report settings can be found on the settings pane of the Report item abovex12 | ||
|
||
[FACF46787E0] | ||
name = Test Result Summary | ||
parent = TOP | ||
type = table | ||
changed = 1723551150.6145654 | ||
colours = 0 | ||
datatype = ResultSummary | ||
sql = SELECT r.result_name as x91Result Namex93 , round(min(rp.elapsed_time),3) 'Minimum', round(avg(rp.elapsed_time),3) 'Average', round(percentile(rp.elapsed_time, 90),3) '90x37ile', round(max(rp.elapsed_time),3) 'Maximum', round(stdev(rp.elapsed_time),3) 'Std. Dev.', count(rp.result) as 'Pass', count(rf.result) as 'Fail', count(ro.result) as 'Other' FROM Results as r LEFT JOIN Results as rp ON r.rowid == rp.rowid AND rp.result == 'PASS' LEFT JOIN Results as rf ON r.rowid == rf.rowid AND rf.result == 'FAIL' LEFT JOIN Results as ro ON r.rowid == ro.rowid AND ro.result <> 'PASS' AND ro.result <> 'FAIL' WHERE r.end_time >= 1723551149 AND r.end_time <= 1723550896 GROUP BY r.result_name ORDER BY x91Result Namex93 | ||
|
||
[FACF48E081E] | ||
name = Robots | ||
parent = TOP | ||
type = head | ||
changed = 1723551180.4066358 | ||
|
||
[FACF48E081EL] | ||
|
||
[FACF48E081ER] | ||
|
Oops, something went wrong.