Skip to content

Commit

Permalink
update ini option help
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmin committed Aug 28, 2023
1 parent 8e15763 commit 2c56003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_selenium_auto/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def pytest_addoption(parser):
"description_tag",
type="string",
default="h2",
help="HTML tag for test descriptions. Choices={h1, h2, h3, p, pre}",
help="HTML tag for test descriptions. Accepted values: h1, h2, h3, p or pre",
)
parser.addini(
"separator_display",
Expand Down

0 comments on commit 2c56003

Please sign in to comment.