Bug #86867
closedThe reports.html is missing on local acceptance testing (with Docker)
100%
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.
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58856
Updated by Steffen Dietrich about 6 years ago
- Related to Task #86746: Execute tests via docker added
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58856
Updated by Steffen Dietrich about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b0cfa4817396bbc6544aa3ac6fcac9232bc2e9c4.