robotframework-robotlog2rqm 1.2.0__tar.gz → 1.2.1__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.
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/PKG-INFO +51 -12
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/README.rst +36 -8
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RobotLog2RQM.pdf +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/version.py +2 -2
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/robotframework_robotlog2rqm.egg-info/PKG-INFO +51 -12
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/LICENSE +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/CRQM.py +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/buildrecord.xml +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/configuration.xml +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/executionresult.xml +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/executionworkitem.xml +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/suiteexecutionrecord.xml +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/testcase.xml +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/testsuitelog.xml +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/__init__.py +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/__main__.py +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/robotlog2rqm.py +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/robotframework_robotlog2rqm.egg-info/SOURCES.txt +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/robotframework_robotlog2rqm.egg-info/dependency_links.txt +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/robotframework_robotlog2rqm.egg-info/entry_points.txt +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/robotframework_robotlog2rqm.egg-info/requires.txt +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/robotframework_robotlog2rqm.egg-info/top_level.txt +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/setup.cfg +0 -0
- {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: robotframework-robotlog2rqm
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: Imports robot result(s) to IBM Rational Quality Manager (RQM)
|
|
5
5
|
Home-page: https://github.com/test-fullautomation/robotframework-robotlog2rqm
|
|
6
6
|
Author: Tran Duy Ngoan
|
|
@@ -49,24 +49,63 @@ How to install
|
|
|
49
49
|
pip install RobotLog2RQM
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
[RobotLog2RQM in
|
|
52
|
+
[RobotLog2RQM in
|
|
53
|
+
PyPi](https://pypi.org/project/robotframework-robotlog2rqm/)
|
|
53
54
|
|
|
54
55
|
2. Installation via GitHub (recommended for developers)
|
|
55
56
|
|
|
56
|
-
Clone the **
|
|
57
|
+
- Clone the **robotframework-robotlog2rqm** repository to your
|
|
58
|
+
machine.
|
|
57
59
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
60
|
+
``` {.}
|
|
61
|
+
git clone https://github.com/test-fullautomation/robotframework-robotlog2rqm.git
|
|
62
|
+
```
|
|
61
63
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
+
[RobotLog2RQM in
|
|
65
|
+
GitHub](https://github.com/test-fullautomation/robotframework-robotlog2rqm)
|
|
64
66
|
|
|
65
|
-
|
|
67
|
+
- Install dependencies
|
|
66
68
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
69
|
+
**RobotLog2RQM** requires some additional Python libraries.
|
|
70
|
+
Before you install the cloned repository sources you have to
|
|
71
|
+
install the dependencies manually. The names of all related
|
|
72
|
+
packages you can find in the file `requirements.txt` in the
|
|
73
|
+
repository root folder. Use pip to install them:
|
|
74
|
+
|
|
75
|
+
``` {.}
|
|
76
|
+
pip install -r ./requirements.txt
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
Additionally install **LaTeX** (recommended: TeX Live). This is
|
|
80
|
+
used to render the documentation.
|
|
81
|
+
|
|
82
|
+
- Configure dependencies
|
|
83
|
+
|
|
84
|
+
The installation of **RobotLog2RQM** includes to generate the
|
|
85
|
+
documentation in PDF format. This is done by an application
|
|
86
|
+
called **GenPackageDoc**, that is part of the installation
|
|
87
|
+
dependencies (see `requirements.txt`).
|
|
88
|
+
|
|
89
|
+
**GenPackageDoc** uses **LaTeX** to generate the documentation
|
|
90
|
+
in PDF format. Therefore **GenPackageDoc** needs to know where
|
|
91
|
+
to find **LaTeX**. This is defined in the **GenPackageDoc**
|
|
92
|
+
configuration file
|
|
93
|
+
|
|
94
|
+
``` {.}
|
|
95
|
+
packagedoc\packagedoc_config.json
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
Before you start the installation you have to introduce the
|
|
99
|
+
following environment variable, that is used in
|
|
100
|
+
`packagedoc_config.json`:
|
|
101
|
+
|
|
102
|
+
- `GENDOC_LATEXPATH` : path to `pdflatex` executable
|
|
103
|
+
|
|
104
|
+
- Use the following command to install **RobotLog2RQM**:
|
|
105
|
+
|
|
106
|
+
``` {.}
|
|
107
|
+
python setup.py install
|
|
108
|
+
```
|
|
70
109
|
|
|
71
110
|
After succesful installation, the executable file **RobotLog2RQM** will
|
|
72
111
|
be available (under *Scripts* folder of Python on Windows and
|
|
@@ -41,23 +41,51 @@ How to install
|
|
|
41
41
|
|
|
42
42
|
pip install RobotLog2RQM
|
|
43
43
|
|
|
44
|
-
`RobotLog2RQM in PyPi <https://pypi.org/project/
|
|
44
|
+
`RobotLog2RQM in PyPi <https://pypi.org/project/robotframework-robotlog2rqm/>`_
|
|
45
45
|
|
|
46
46
|
2. Installation via GitHub (recommended for developers)
|
|
47
47
|
|
|
48
|
-
Clone the **
|
|
48
|
+
* Clone the **robotframework-robotlog2rqm** repository to your machine.
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
.. code::
|
|
51
51
|
|
|
52
|
-
|
|
52
|
+
git clone https://github.com/test-fullautomation/robotframework-robotlog2rqm.git
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
`RobotLog2RQM in GitHub <https://github.com/test-fullautomation/robotframework-robotlog2rqm>`_
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
* Install dependencies
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
**RobotLog2RQM** requires some additional Python libraries. Before you install the cloned repository sources
|
|
59
|
+
you have to install the dependencies manually. The names of all related packages you can find in the file ``requirements.txt``
|
|
60
|
+
in the repository root folder. Use pip to install them:
|
|
61
|
+
|
|
62
|
+
.. code::
|
|
63
|
+
|
|
64
|
+
pip install -r ./requirements.txt
|
|
65
|
+
|
|
66
|
+
Additionally install **LaTeX** (recommended: TeX Live). This is used to render the documentation.
|
|
67
|
+
|
|
68
|
+
* Configure dependencies
|
|
69
|
+
|
|
70
|
+
The installation of **RobotLog2RQM** includes to generate the documentation in PDF format. This is done by
|
|
71
|
+
an application called **GenPackageDoc**, that is part of the installation dependencies (see ``requirements.txt``).
|
|
72
|
+
|
|
73
|
+
**GenPackageDoc** uses **LaTeX** to generate the documentation in PDF format. Therefore **GenPackageDoc** needs to know where to find
|
|
74
|
+
**LaTeX**. This is defined in the **GenPackageDoc** configuration file
|
|
75
|
+
|
|
76
|
+
.. code::
|
|
77
|
+
|
|
78
|
+
packagedoc\packagedoc_config.json
|
|
79
|
+
|
|
80
|
+
Before you start the installation you have to introduce the following environment variable, that is used in ``packagedoc_config.json``:
|
|
81
|
+
|
|
82
|
+
- ``GENDOC_LATEXPATH`` : path to ``pdflatex`` executable
|
|
83
|
+
|
|
84
|
+
* Use the following command to install **RobotLog2RQM**:
|
|
85
|
+
|
|
86
|
+
.. code::
|
|
59
87
|
|
|
60
|
-
|
|
88
|
+
python setup.py install
|
|
61
89
|
|
|
62
90
|
After succesful installation, the executable file **RobotLog2RQM**
|
|
63
91
|
will be available (under *Scripts* folder of Python on Windows
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: robotframework-robotlog2rqm
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: Imports robot result(s) to IBM Rational Quality Manager (RQM)
|
|
5
5
|
Home-page: https://github.com/test-fullautomation/robotframework-robotlog2rqm
|
|
6
6
|
Author: Tran Duy Ngoan
|
|
@@ -49,24 +49,63 @@ How to install
|
|
|
49
49
|
pip install RobotLog2RQM
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
[RobotLog2RQM in
|
|
52
|
+
[RobotLog2RQM in
|
|
53
|
+
PyPi](https://pypi.org/project/robotframework-robotlog2rqm/)
|
|
53
54
|
|
|
54
55
|
2. Installation via GitHub (recommended for developers)
|
|
55
56
|
|
|
56
|
-
Clone the **
|
|
57
|
+
- Clone the **robotframework-robotlog2rqm** repository to your
|
|
58
|
+
machine.
|
|
57
59
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
60
|
+
``` {.}
|
|
61
|
+
git clone https://github.com/test-fullautomation/robotframework-robotlog2rqm.git
|
|
62
|
+
```
|
|
61
63
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
+
[RobotLog2RQM in
|
|
65
|
+
GitHub](https://github.com/test-fullautomation/robotframework-robotlog2rqm)
|
|
64
66
|
|
|
65
|
-
|
|
67
|
+
- Install dependencies
|
|
66
68
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
69
|
+
**RobotLog2RQM** requires some additional Python libraries.
|
|
70
|
+
Before you install the cloned repository sources you have to
|
|
71
|
+
install the dependencies manually. The names of all related
|
|
72
|
+
packages you can find in the file `requirements.txt` in the
|
|
73
|
+
repository root folder. Use pip to install them:
|
|
74
|
+
|
|
75
|
+
``` {.}
|
|
76
|
+
pip install -r ./requirements.txt
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
Additionally install **LaTeX** (recommended: TeX Live). This is
|
|
80
|
+
used to render the documentation.
|
|
81
|
+
|
|
82
|
+
- Configure dependencies
|
|
83
|
+
|
|
84
|
+
The installation of **RobotLog2RQM** includes to generate the
|
|
85
|
+
documentation in PDF format. This is done by an application
|
|
86
|
+
called **GenPackageDoc**, that is part of the installation
|
|
87
|
+
dependencies (see `requirements.txt`).
|
|
88
|
+
|
|
89
|
+
**GenPackageDoc** uses **LaTeX** to generate the documentation
|
|
90
|
+
in PDF format. Therefore **GenPackageDoc** needs to know where
|
|
91
|
+
to find **LaTeX**. This is defined in the **GenPackageDoc**
|
|
92
|
+
configuration file
|
|
93
|
+
|
|
94
|
+
``` {.}
|
|
95
|
+
packagedoc\packagedoc_config.json
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
Before you start the installation you have to introduce the
|
|
99
|
+
following environment variable, that is used in
|
|
100
|
+
`packagedoc_config.json`:
|
|
101
|
+
|
|
102
|
+
- `GENDOC_LATEXPATH` : path to `pdflatex` executable
|
|
103
|
+
|
|
104
|
+
- Use the following command to install **RobotLog2RQM**:
|
|
105
|
+
|
|
106
|
+
``` {.}
|
|
107
|
+
python setup.py install
|
|
108
|
+
```
|
|
70
109
|
|
|
71
110
|
After succesful installation, the executable file **RobotLog2RQM** will
|
|
72
111
|
be available (under *Scripts* folder of Python on Windows and
|
|
File without changes
|
{robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/CRQM.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/__init__.py
RENAMED
|
File without changes
|
{robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/__main__.py
RENAMED
|
File without changes
|
{robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/robotlog2rqm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|