Skip to content
Snippets Groups Projects
Commit fe55eaa2 authored by Christian Kuhn's avatar Christian Kuhn Committed by Andreas Fernandez
Browse files

[TASK] Create screenshots in acceptance tests

To simplify debugging failed tests, enable the "Recorder" extension
of codeception to automatically screen shot each step. For successful
tests the screenshots are later removed again, but kept for failed tests.

Calling typo3temp/var/tests/records.html presents a list of failed
runs (.htaccess must be configured to allow surfing this) and a
slideshow is created for each scenario.

Change-Id: I18a455e40963e3c70cdf072f2a68decfe648d704
Resolves: #75427
Releases: master
Reviewed-on: https://review.typo3.org/47518


Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
parent 920bc275
No related merge requests found
......@@ -11,4 +11,5 @@ settings:
extensions:
enabled:
- Codeception\Extension\RunFailed
- TYPO3\CMS\Core\Tests\AcceptanceCoreEnvironment
\ No newline at end of file
- Codeception\Extension\Recorder
- TYPO3\CMS\Core\Tests\AcceptanceCoreEnvironment
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