Skip to content

Commit dec1b56

Browse files
author
Gaurav Singh
committed
Added report portal agent into dependencies and added config for local project in pytest.ini
1 parent 69034c7 commit dec1b56

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ assertpy = "*"
1212
lxml = "*"
1313
jsonpath-ng = "*"
1414
cerberus = "*"
15+
reportportal-client = "*"
16+
pytest-reportportal = "*"
1517

1618
[requires]
1719
python_version = "3.8"

Pipfile.lock

Lines changed: 40 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pytest.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[pytest]
2+
rp_uuid = fb586627-32be-47dd-93c1-678873458a5f
3+
rp_endpoint = http://192.168.1.10:8080
4+
rp_project = user_personal
5+
rp_launch = AnyLaunchName
6+
rp_launch_attributes = 'PyTest' 'Smoke'
7+
rp_launch_description = 'Smoke test'
8+
rp_ignore_errors = True
9+
rp_ignore_attributes = 'xfail' 'usefixture'

0 commit comments

Comments
 (0)