-
Notifications
You must be signed in to change notification settings - Fork 132
Adding deprecation attribute info #572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Please also add deprecated attr to https://github.com/magento/magento2-functional-testing-framework/blob/develop/docs/metadata.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check my comments
docs/page.md
Outdated
@@ -157,6 +158,7 @@ A section is a reusable piece or part of a page. | |||
|
|||
Attributes|Type|Use|Description | |||
---|---|---|--- | |||
`deprecated`|string|optional|Used to warn about the future deprecation of the section. String will appear in Allure reports and console output at runtime. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Section reference in page do not have deprecated
attr
It is only available under Section entity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this from Page doc. This attr not exist here.
docs/data.md
Outdated
@@ -208,6 +208,7 @@ Attributes|Type|Use|Description | |||
---|---|---|--- | |||
`key`|string|optional|Key attribute of data/value pair. | |||
`unique`|enum: `"prefix"`, `"suffix"`|optional|Add suite or test wide unique sequence as "prefix" or "suffix" to the data value if specified. | |||
`deprecated`|string|optional|Used to warn about the future deprecation of the data entity. String will appear in Allure reports and console output at runtime. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this to entity tag description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 small comments
- please add deprecation attr to https://github.com/magento/magento2-functional-testing-framework/blob/develop/docs/metadata.md#operation-operation-tag
- Remove deprecated attr from page.md file under section tag
…functional-testing-framework into db_deprecation
Description
This PR adds information about the new
deprecation
tag.Fixed Issues (if relevant)
Contribution checklist