Versions Compared

Key

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

Table of Contents

Automatics Repositories

...

Main component of Automatics system that manages test execution.

This project is executed in jenkins.

...

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.

...

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.

...

Partner Repositories

To use Automatics system, partner has to provide implementation for Providers based API specification at Automatics API Specification.

...