Get Started with UI Tests

This section describes the steps required to set up UI tests for execution in Cloud Manager.

  1. Decide on the test framework that you want to use.

  2. Ensure that UI testing is activated as per the section Customer Opt-In in this document.

  3. Develop your test cases and run the tests locally.

  4. Commit your code into the Cloud Manager repository and execute a Cloud Manager pipeline.

Building UI Tests

A Maven project generates a Docker build context. This Docker build context describes how to create a Docker image containing the UI tests, which Cloud Manager uses to generate a Docker image containing the actual UI tests.

This section describes the steps needed to add a UI tests project to your repository.

TIP
The AEM Project Archetype can generate a UI Tests project for you, which is compliant to the following description, if you do not have special requirements for the programming language.