Skip to content
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

Merged
merged 7 commits into from
Jul 2, 2018

Conversation

mchrominski
Copy link

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

I hereby agree to the terms of the AET Contributor License Agreement.

Copy link
Contributor

@malaskowski malaskowski left a 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 |
Copy link
Contributor

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.

Copy link
Author

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

Copy link
Contributor

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.

@mchrominski mchrominski changed the title Added possibility to override parameter name from the aet client Added possibility to override name parameter from the aet client Jun 30, 2018
@malaskowski malaskowski merged commit 850f58b into master Jul 2, 2018
@malaskowski malaskowski deleted the reusing-suite-descriptor branch July 2, 2018 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants