diff --git a/docs/dev/playwright.rst b/docs/dev/playwright.rst index 7b96fae45bf0..ce6536c96e54 100644 --- a/docs/dev/playwright.rst +++ b/docs/dev/playwright.rst @@ -325,7 +325,7 @@ connect it to the prelive system in the university data center. Artemis Deployment on Bamboo Build Agent for Playwright -In total there are four Docker containers started in the Bamboo build agent: +In total there are three Docker containers started in the Bamboo build agent: 1. MySQL @@ -348,9 +348,8 @@ In total there are four Docker containers started in the Bamboo build agent: The main configuration of the Artemis server are contained in the `Playwright environment configuration files `__. However, those files do not contain any security relevant information. - Security relevant settings like the credentials to the Jira admin account in the prelive system are instead passed to - the Docker container via environment variables. - This information is accessible to the Bamboo build agent via + Security relevant settings are instead passed to the Docker container via environment variables. This information is + accessible to the Bamboo build agent via `Bamboo plan variables `__. The Artemis container is also configured to @@ -359,16 +358,7 @@ In total there are four Docker containers started in the Bamboo build agent: `health checks `__ to wait until the MySQL container is up and running. -3. Artemis Client - - The Artemis Client is deployed within an nginx Docker container, providing the web interface for Artemis. The - container is based on the official nginx image and serves the Artemis Client application files. Configuration files - for nginx, including settings for load balancing and timeouts, are mounted into the container via volumes. - SSL certificates are also included to enable HTTPS support. The client container depends on the Artemis application - container to ensure it only starts after the application is running. It exposes ports 80 and 443 for HTTP and HTTPS - traffic, respectively, and includes a health check to monitor the nginx service's status. - -4. Playwright +3. Playwright Playwright offers a test environment `docker image `__ to execute Playwright tests.