Skip to content

Commit 85edc81

Browse files
author
Pavel Papou
committed
2 parents 882cfc9 + 0bbf1a8 commit 85edc81

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ pip install pytest-reportportal
88
```
99

1010
### Prepare the config file pytest.ini in root dir of tests.
11-
Content of the pytest.ini file:
11+
The pytest.ini file should have next mandatory fiilds:
12+
13+
rp_uuid - number could be found in the User profile section
14+
rp_project - name of project in Report potal
15+
rp_endpoint - address of Report Portal Server
16+
1217
```
1318
[pytest]
14-
mandatory fields
1519
rp_uuid = uid reportportal
1620
rp_endpoint = http://ip:port
1721
rp_project = Project of ReportPortal

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def read_file(fname):
66
return open(os.path.join(os.path.dirname(__file__), fname)).read()
77

88

9-
version = "0.2.2"
9+
version = "0.2.3"
1010
requirements = [
1111
"reportportal-client>=2.5.4",
1212
"pytest>=3.0.7",

0 commit comments

Comments
 (0)