robotframework-robotlog2db 1.3.7__tar.gz → 1.3.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/PKG-INFO +2 -2
  2. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/README.rst +23 -23
  3. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/RobotLog2DB/CDataBase.py +133 -133
  4. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/RobotLog2DB/RobotLog2DB.pdf +0 -0
  5. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/RobotLog2DB/__init__.py +2 -2
  6. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/RobotLog2DB/__main__.py +2 -2
  7. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/RobotLog2DB/robotlog2db.py +98 -91
  8. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/RobotLog2DB/version.py +3 -3
  9. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/robotframework_robotlog2db.egg-info/PKG-INFO +2 -2
  10. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/setup.py +1 -1
  11. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/RobotLog2DB/xsd/robot.xsd +0 -0
  12. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/robotframework_robotlog2db.egg-info/SOURCES.txt +0 -0
  13. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/robotframework_robotlog2db.egg-info/dependency_links.txt +0 -0
  14. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/robotframework_robotlog2db.egg-info/entry_points.txt +0 -0
  15. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/robotframework_robotlog2db.egg-info/requires.txt +0 -0
  16. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/robotframework_robotlog2db.egg-info/top_level.txt +0 -0
  17. {robotframework-robotlog2db-1.3.7 → robotframework-robotlog2db-1.3.8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: robotframework-robotlog2db
3
- Version: 1.3.7
3
+ Version: 1.3.8
4
4
  Summary: Imports robot result(s) to TestResultWebApp database
5
5
  Home-page: https://github.com/test-fullautomation/robotframework-robotlog2db
6
6
  Author: Tran Duy Ngoan
@@ -300,7 +300,7 @@ About
300
300
 
301
301
  ### License
302
302
 
303
- Copyright 2020-2022 Robert Bosch GmbH
303
+ Copyright 2020-2023 Robert Bosch GmbH
304
304
 
305
305
  Licensed under the Apache License, Version 2.0 (the \"License\"); you
306
306
  may not use this file except in compliance with the License. You may
@@ -17,16 +17,16 @@ Table of Contents
17
17
  - `Maintainers <#maintainers>`__
18
18
  - `Contributors <#contributors>`__
19
19
  - `License <#license>`__
20
-
20
+
21
21
  Getting Started
22
22
  ---------------
23
23
 
24
- **RobotLog2DB** is a command-line tool that enables you to import `Robot
25
- Framework XML result`_ files into TestResultWebApp_'s database for
26
- presenting an overview about the whole test execution and detail of each test
24
+ **RobotLog2DB** is a command-line tool that enables you to import `Robot
25
+ Framework XML result`_ files into TestResultWebApp_'s database for
26
+ presenting an overview about the whole test execution and detail of each test
27
27
  result.
28
28
 
29
- **RobotLog2DB** tool is operating system independent and only works with
29
+ **RobotLog2DB** tool is operating system independent and only works with
30
30
  Python 3.
31
31
 
32
32
  How to install
@@ -86,18 +86,18 @@ How to install
86
86
 
87
87
  python setup.py install
88
88
 
89
- After succesful installation, the executable file **RobotLog2DB**
90
- will be available (under *Scripts* folder of Python on Windows
89
+ After succesful installation, the executable file **RobotLog2DB**
90
+ will be available (under *Scripts* folder of Python on Windows
91
91
  and *~/.local/bin/* folder on Linux).
92
92
 
93
- In case above location is added to **PATH** environment variable
93
+ In case above location is added to **PATH** environment variable
94
94
  then you can run it directly as operation system's command.
95
95
 
96
96
  Usage
97
97
  -----
98
98
 
99
- **RobotLog2DB** requires the Robot Framework result file(s) which contains the
100
- output result in XML format (default name is ``output.xml``) and
99
+ **RobotLog2DB** requires the Robot Framework result file(s) which contains the
100
+ output result in XML format (default name is ``output.xml``) and
101
101
  TestResultWebApp_'s database information for importing.
102
102
 
103
103
  Use below command to get tools's usage
@@ -135,7 +135,7 @@ The usage should be showed as below:
135
135
  --config CONFIG configuration json file for component mapping information.
136
136
 
137
137
 
138
- The below command is simple usage with all required arguments to import
138
+ The below command is simple usage with all required arguments to import
139
139
  Robot Framework results into TestResultWebApp's database:
140
140
 
141
141
  ::
@@ -152,12 +152,12 @@ Besides the executable file, you can also run tool as a Python module
152
152
  Example
153
153
  -------
154
154
 
155
- In order the import the Robot Framework result(s) to TestResultWebApp's database,
155
+ In order the import the Robot Framework result(s) to TestResultWebApp's database,
156
156
  we need the Robot Framework result file (``output.xml``).
157
157
 
158
158
  So, firstly execute the Robot Framework testcase(s) to get the Robot Framework result file.
159
159
 
160
- Sample Robot Framework testcase which contains neccessary information for importing into
160
+ Sample Robot Framework testcase which contains neccessary information for importing into
161
161
  TestResultWebApp's database:
162
162
 
163
163
  ::
@@ -190,9 +190,9 @@ TestResultWebApp's database:
190
190
  Notes:
191
191
  ~~~~~~
192
192
 
193
- In case you are using RobotFramework AIO, these below ``Metadata``
194
- definitions will be handled implicitly by `RobotFramework Testsuites
195
- Management`_ library within Suite Setup.
193
+ In case you are using RobotFramework AIO, these below ``Metadata``
194
+ definitions will be handled implicitly by `RobotFramework Testsuites
195
+ Management`_ library within Suite Setup.
196
196
 
197
197
  * project
198
198
  * version_sw
@@ -204,7 +204,7 @@ Notes:
204
204
 
205
205
  So that you do not need to define them in your Robot Framework testcase(s).
206
206
 
207
- However, if these ``Metadata`` definitions are already missing in the
207
+ However, if these ``Metadata`` definitions are already missing in the
208
208
  Robot Framework output result file, you can specific them when executing the
209
209
  **RobotLog2DB** tool with the optional arguments:
210
210
 
@@ -215,15 +215,15 @@ Notes:
215
215
  Please refer to `RobotLog2DB tool’s Documentation`_ for more detail about
216
216
  these optional arguments.
217
217
 
218
- After getting Robot Framework result file (``output.xml``), use below sample
219
- command to import that result into TestResultWebApp's database which is hosted
218
+ After getting Robot Framework result file (``output.xml``), use below sample
219
+ command to import that result into TestResultWebApp's database which is hosted
220
220
  at *localhost* as below sample command
221
221
 
222
222
  ::
223
223
 
224
224
  RobotLog2DB output.xml localhost test_user test_pw test_db
225
225
 
226
- Then, open TestResultWebApp with your favourite browser and you will see how
226
+ Then, open TestResultWebApp with your favourite browser and you will see how
227
227
  wonderful the execution result is displayed as below figures:
228
228
 
229
229
  Dashboard view:
@@ -238,13 +238,13 @@ Datatable view:
238
238
 
239
239
  Contribution
240
240
  ------------
241
- We are always searching support and you are cordially invited to help to improve
241
+ We are always searching support and you are cordially invited to help to improve
242
242
  **RobotLog2DB** tool.
243
243
 
244
244
  Sourcecode Documentation
245
245
  ------------------------
246
246
  To understand more detail about the tool's features, parameters and how Robot Framework
247
- testcase information will be displayed on TestResultWebApp, please refer to
247
+ testcase information will be displayed on TestResultWebApp, please refer to
248
248
  `RobotLog2DB tool’s Documentation`_.
249
249
 
250
250
  Feedback
@@ -278,7 +278,7 @@ Contributors
278
278
  License
279
279
  ~~~~~~~
280
280
 
281
- Copyright 2020-2022 Robert Bosch GmbH
281
+ Copyright 2020-2023 Robert Bosch GmbH
282
282
 
283
283
  Licensed under the Apache License, Version 2.0 (the "License");
284
284
  you may not use this file except in compliance with the License.