Skip to content

TYPO3 Installation to Test Patches

The Accessibility team does conduct usability tests with visually impaired people. To make tests as easy as possible, we need to provide them a installation with a certain patchset from Gerrit applied.

  • we reckon with a small workload in the beginning, thus the site can use the existing shared system web01.typo3server.ch
  • empty TYPO3 installation based on master
  • basic auth with generic password
  • admin user with generic password
  • editor user with generic password
  • load test content as used in CI jobs (?)
  • reset once per hour

To apply the desired patch, provide a form with the following functions:

  • apply a patch from Gerrit (example: git fetch ssh://steiner@review.typo3.org:29418/Packages/TYPO3.CMS refs/changes/44/72244/4 && git reset --hard FETCH_HEAD)
  • reset installation (Git & content reset)
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information