Skip to content

Commit

Permalink
Merge pull request #308 from VStoilovskyi/readme_update_param
Browse files Browse the repository at this point in the history
Update Readme file
  • Loading branch information
HardNorth authored May 6, 2022
2 parents 4917899 + 0f5f856 commit bcbee8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ The following parameters are optional:
- :code:`rp_hierarchy_dirs_level = 0` - Directory starting hierarchy level (from pytest.ini level) (default `0`)
- :code:`rp_hierarchy_dirs = True` - Enables hierarchy for tests directories, default `False`. Doesn't support 'xdist' plugin.
- :code:`rp_hierarchy_dir_path_separator` - Path separator to display directories in test hierarchy. In case of empty value current system path separator will be used (os.path.sep)
- :code:`rp_hierarchy_code` - Enables hierarchy for inner classes and parametrized tests, default `False`
- :code:`rp_issue_system_url = https://bugzilla.some.com/show_bug.cgi?id={issue_id}` - issue URL (issue_id will be filled by parameter from pytest mark)
- :code:`rp_issue_id_marks = True` - Enables adding marks for issue ids (e.g. "issue:123456")
- :code:`rp_verify_ssl = True` - Verify SSL when connecting to the server
Expand Down

0 comments on commit bcbee8f

Please sign in to comment.