Skip to content

Commit 6ec8abf

Browse files
committed
Small fixes in dynamic parameter docs
1 parent 0d52622 commit 6ec8abf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

allure-pytest/examples/parameter/dynamic_parameter.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tree view.
1818
Affecting the history of test execution in Allure TestOps
1919
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2020

21-
Parameters also affect how Allure TestOps keeps test history and retry records
21+
Parameters also affect how Allure TestOps keeps history and retry records
2222
across test results. Two test results that differs from each other in a
2323
parameter value are considered as belonging to different test cases, thus
2424
forming separate histories.
@@ -43,7 +43,7 @@ Masking a sensitive parameter
4343
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4444

4545
A parameter value can be masked with ``mode`` argument. The masked value is shown
46-
as `******` in the report. This is useful for sensitive parameters like
46+
as ``******`` in the report. This is useful for sensitive parameters like
4747
passwords or key phrases:
4848

4949

@@ -53,9 +53,9 @@ passwords or key phrases:
5353
... allure.dynamic.parameter("password", "qwerty", mode=allure.parameter_mode.MASKED)
5454

5555

56-
.. warning:: Although the value is masked in the report, it is still present in the
57-
test result files (but not in report files, i.e., generated by allure
58-
reporter).
56+
WARNING: Although the value is masked in the report, it is still present in the
57+
test result files (but not in report files, i.e., the files generated by
58+
allure reporter).
5959

6060

6161
Hiding a parameter from the report

0 commit comments

Comments
 (0)