Skip to content
Snippets Groups Projects
Commit cbbcafde authored by Christian Kuhn's avatar Christian Kuhn Committed by Anja Leichsenring
Browse files

[TASK] Execute tests via docker

The patch adds a new entry script Build/Script/runTests.sh
that hides away all the complexity of test suite execution
and docker details to execute everything that bamboo performs
locally via docker.

Use Build/Script/runTests.sh -h for an overview of available
options.

Example call to execute all functional tests on postgres DBMS
and sending xdebug output to a local (phpstorm) listening on
port 9000:
Build/Script/runTests.sh -s functional -d postgres -x

Change-Id: Idaaf0a90ed1a0ba0f31c1b7128dd9d564335e056
Resolves: #86746
Releases: master
Reviewed-on: https://review.typo3.org/57789


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarJoerg Kummer <typo3@enobe.de>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarSybille Peters <sypets@gmx.de>
Tested-by: default avatarSybille Peters <sypets@gmx.de>
Reviewed-by: default avatarJonas Eberle <flightvision@googlemail.com>
Tested-by: default avatarJonas Eberle <flightvision@googlemail.com>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 28f0f0b2
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment