Actions
Bug #86867
closedThe reports.html is missing on local acceptance testing (with Docker)
Start date:
2018-11-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Testing, Reporting
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Good day to you.
While doing some acceptance testing on my local windows system (with Docker) I noticed that the reports.html is missing in the "AcceptanceReports"-folder.
Without that I cannot reproduce the error message.
After some research I found a possible solution.
In ("Build\testing-docker\local\docker-compose.yml") I added "--html reports.html" at EOL.
&& ./bin/codecept run Backend -d -c typo3/sysext/core/Tests/codeception.yml ${TEST_FILE} --html reports.html
After that I got my reports.html within my "AcceptanceReports"-folder and everything works like a charm.
Regards,
Steffen D.
Actions