Project

General

Profile

Actions

Task #92205

closed

Provide web server url configuration for acceptance tests

Added by Alexander Nitsche over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Tests
Start date:
2020-09-05
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Testing
Complexity:
easy
Sprint Focus:

Description

In order to run TYPO3 Core acceptance tests not only in the TYPO3 Core own docker environment but in an arbitrary environment the web server url of the testing environment should be configurable.

For example, having a LEMP docker stack with an Nginx web server available internally at http://nginx:8080 you should be able to set the docker service of the acceptance tests runner accordingly:

acceptance_backend_mariadb10:
    image: {YOUR_DOCKER_PHP_IMAGE_INCLUDING_TYPO3}
    environment:
      typo3TestingAcceptanceBaseUrl: http://nginx:8080

Currently the web server url is set fix to http://web:8000.

Actions

Also available in: Atom PDF