Versions Compared

Key

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

...

Repository NameRepository PathBranchDescription
Automatics Orchestrationrdk/tools/automaticsrdk-nextStandalone UI based tool which helps user to trigger executions and view results 
Automatics Corerdk/tools/automatics/automatics-corerdk-next

Main component of Automatics system that manages test execution.

This project is executed in jenkins.

Automatics Propertiesrdk/tools/automatics/automatics-propsrdk-next

Standalone UI based tool where user can configure urls and other data required for test execution

For eg: Base url for REST implementation by partner will be configured in this tool which is used by Automatics orchestration and Automatics core.

Automatics Generic Testsrdk/tools/automatics/generic-automation-testsrdk-next

Holds generic tests for execution. This is the project checkout by jenkins and executes tests in them. This test project is maven dependent on Automatics Core project via transitive dependency with Partner Java API implementation.Reference test project to verify integration of Partner APIs with Automatics. During test execution, Partner Java API project will be added as maven dependency to this project and then APIs are verified by executing appropriate tests. 

RDKB-Utilsrdk/tools/automatics/rdkb-test-utilsrdk-nextHolds RDKB Util APIs for execution. This test project is maven dependent on Automatics Core project and the JAR is deployed to repository and downloaded as a dependency from RDKB-Tests
RDKB -Tests rdk/tools/automatics/rdkb-testsrdk-nextHolds RDKB tests for execution. This is the project checkout by jenkins and executes tests in them. This test project is maven dependent on Automatics Core project via transitive dependency with Partner Java API implementation.