@@ -18,7 +18,7 @@ tree view.
1818Affecting 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
2222across test results. Two test results that differs from each other in a
2323parameter value are considered as belonging to different test cases, thus
2424forming separate histories.
@@ -43,7 +43,7 @@ Masking a sensitive parameter
4343^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4444
4545A 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
4747passwords 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
6161Hiding a parameter from the report
0 commit comments