-
Notifications
You must be signed in to change notification settings - Fork 49
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
Added possibility to override name parameter from the aet client #271
Conversation
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.
Thank you @mchrominski for this improvement.
Could you please update changelog? Please see more details in the AET contributing guide.
@@ -56,6 +56,6 @@ The Root element for the xml definition, each test suite definition consists of | |||
| `name` | Name of the test suite. It should contain lowercase letters, digits and/or characters: `-`, `_` only. | yes | | |||
| `company` | Name of the company. It should contain lowercase letters, digits and/or characters: `-` only.| yes | | |||
| `project` | Name of the project. It should contain lowercase letters, digits and/or characters: `-` only.| yes | | |||
| `domain` | General domain name consistent for all urls considered. Every url link is built as a concatenation of the *domain* name and the *href* attribute of it. If the `domain` property is not set, then the `href` value in the `url` definition should contain a full valid url. See more in the [[Urls|Urls]] section. | no | | |||
| `domain` | General domain name consistent for all urls considered. Every url link is built as a concatenation of the *domain* name and the *href* attribute of it. If the `domain` property is not set, then the `href` value in the `url` definition should contain a full valid url. See more in the [Urls](../Urls) section. | no | |
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.
That was ok, [[XX|XX]]
is special wiki shortcut for doing markup link.
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.
Actually this syntax when used in tables breaks the formatting. See last row in https://github.com/Cognifide/aet/wiki/DefiningSuite
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.
Ok I see, in that case we can use another Wiki feature and do [[Urls]]
instead.
Enable reusing suite descriptor files amongst different executions
Description
I enhanced aet-maven-plugin with the possibility to pass the overridden suite name value. This parameter is now consumable by the AET web API.
Motivation and Context
See #256
Types of changes
Checklist:
I hereby agree to the terms of the AET Contributor License Agreement.