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

AET client - shell script #172

Merged
merged 8 commits into from
Dec 13, 2017
Merged

AET client - shell script #172

merged 8 commits into from
Dec 13, 2017

Conversation

michalwronowski
Copy link
Contributor

No description provided.

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 @michalwronowski , this is really great.
This feature should have documentation page on AET Wiki and when it's ready we can merge this Pull Request.

@wiiitek
Copy link
Contributor

wiiitek commented Dec 8, 2017

The build has failed because the license headers are missing...
Please compare i.e. with com.cognifide.aet.vs.mongodb.MongoDBClient.cfg
and add the license headers.

The license headers are checked by Maven during validate phase.

@michalwronowski
Copy link
Contributor Author

Wiki page added in wiki repo in feature/aet-client-sh branch.

@malaskowski
Copy link
Contributor

@michalwronowski thank you and sorry for not having tutorial for creating AET wiki docs yet.
We keep all AET wiki docs here:
https://github.com/Cognifide/aet/tree/master/documentation/src/documentation/src/main/wiki
Thanks to that you may add new doc files together with this pull request. After the PR is merged, documentation/src/main/wiki directory is merged to AET Wiki master branch and is available to users.
Please remember to add any new wiki page to _Sidebar.md - thanks to that page will appear in the Wiki ToC on the right.
If you have any assets, please simply put them to assets directory.
Thanks!

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.

I'm testing this feature locally and have some issues with executing suites (still investigating).
Can you please update the information about dependencies that are required to run this script?


In order to run properly, following commands need to be available on PATH of the environment the script is executed on:
* `curl` - used to make actual request against [[Test Executor API|TestExecutor]] and also to download `xUnit.xml` file after test completion.
* `jq` - used to parse JSON responses from [[Test Executor API|TestExecutor]].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please include information how obtain jq and xmllint (e.g. url to download page) and write here which version of it was used?

* `xUnit.xml` - this file is downloaded after test is processed, to extract information on any failures.
* `redirect.html` - this file is created to help reach the test result by redirecting to test results URL after opening it.

#### Dependencies
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or we can name it Prerequisites

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.

I've tested it again, works as expected.
Thank you @michalwronowski for the script and documentation.

@malaskowski malaskowski merged commit de72c19 into master Dec 13, 2017
@malaskowski malaskowski deleted the feature/aet-client-sh branch December 13, 2017 16:23
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