File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
1519rp_uuid = uid reportportal
1620rp_endpoint = http://ip:port
1721rp_project = Project of ReportPortal
Original file line number Diff line number Diff 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 "
1010requirements = [
1111 "reportportal-client>=2.5.4" ,
1212 "pytest>=3.0.7" ,
You can’t perform that action at this time.
0 commit comments