Skip to content

Commit

Permalink
[DOCS] Add description to run tests locally (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft committed Jul 23, 2023
1 parent f2115fc commit d28090d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Documentation/Maintenance.rst
Expand Up @@ -46,13 +46,27 @@ Reset the project

.. warning::

This permanently removes all local changes and cannot be undone.
This permanently removes all local changes in the database and cannot be
undone.

To reset the project to a clean state run `ddev reset` which will remove the
database and the previously installed TYPO3 instance. All other files in the
repository will stay untouched.


Test the project
~~~~~~~~~~~~~~~~

.. warning::

This permanently removes all local changes in the database and cannot be
undone.

To start the tests locally run `ddev run-tests` which will remove the database
and the previously installed TYPO3 instance and sets up a fresh instance. For
more information about the available options run `ddev run-tests --help`.


Render the documentation
~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit d28090d

Please sign in to comment.