mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:36:12 +02:00

[TASK] Add missing switch, hint to run composer install at beginning (#1377)

This commit is contained in:
Eike Starkmann 2024-07-29 18:04:41 +02:00 committed by GitHub
parent e87c7403a6
commit f0118614ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ If you are working locally, you can run them using :bash:`composer <scriptname>`
The code-quality-related Composer scripts make use of the PHIVE-installed tools.
You can run :bash:`composer` or :bash:`./Build/Scripts/runTests.sh composer` to
You can run :bash:`composer` or :bash:`./Build/Scripts/runTests.sh -s composer` to
display a list of all available Composer commands and scripts. For all custom
Composer scripts there are descriptions in the `script-description` section of
the `composer.json`.
@ -143,6 +143,11 @@ Running unit and functional tests
Executing tests on Windows via `runTests.sh` should be done within the
[Windows Subsystem for Linux (WSL 2)](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux).
Before running any commands you need to install all dependencies with
.. code-block:: bash
runTests.sh -s composer install
You can currently run these tests and coverages on the command line: