Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mvn clean test -Daquality.enabled={true/false} 
-Daquality.host={aquality_tracking_address} //http://se-community-a1qa.lyrtech.org:8080/api
-Daquality.token={api_token} //to get the token go to Settings-> API token-> Select project-> Generate token
-Daquality.projectId={project_id} //the id is in the URL. For example http://se-community-a1qa.lyrtech.org:8080/#/project/1 id is 1
-Daquality.executor={name_of_executor} //anything you want
-Daquality.suiteName={test_suite_name} //anything you want
-Daquality.buildName={build_name} //anything you want
-Daquality.environment={execution_env} //anything you want
-Daquality.ciBuild={link_to_ci_build} //anything you want
-Daquality.debug={true/false}
-Daquality.attachmentsDirectory={path_to_directory_with_attachments} // for example target/attachments


b. Issues and Resolutions

The AQuality tracking is a tool which allows automation engineers to analyze the test execution results and store them. The results automatically uploads to the tool and when the execution is finished we have to figure out is any new bugs or any other issues there. 

Here is an example:

There is one test cases which were failed.

Image Added

Let's imagine it's a bug and we are not able to use any library cards. 

The AQuality tracking allows us to create an issue. 


c. Attachments

d. Test case history

...