Add warning of "preliminary feature" to record_xml_property
This commit is contained in:
parent
2ddbac1f98
commit
44d9365da0
|
@ -162,7 +162,9 @@ record_property("key", value)::
|
|||
pytest.record_property("example_key", 1)
|
||||
...
|
||||
|
||||
Warning: using this feature will break any schema verification.
|
||||
Warning:
|
||||
- This is a preliminary feature.
|
||||
- Using this feature will break any schema verification.
|
||||
|
||||
Creating resultlog format files
|
||||
----------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue