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

c. Attachments

...