Alexander Menk
Alexander Menk
What is also very useful and needed is to log the message ID of the remote system. See also https://github.com/swiftmailer/swiftmailer/issues/913
Still interested, but maybe already solved? I find it very important to log the message ID.
Workaround: You could login as the same user as phpci runs, do a svn co https://example.com/repo and enter user name and password and let svn cache it in the `~/.subversion`...
Did not yet have time for a PR. But SVN has parameters --username and --password - so it should be just possible to specify those parameters.
The screenshots storage is not the problem. They are stored outside the build folder. My problem is, that I do not see the output of PHPunit with the link to...
I used ``` ``` as there is no `type="xml"` option (correct link is https://phpunit.de/manual/current/en/appendixes.configuration.html) So the output, including the screenshot location is written to that file. But how can I...
so can that be added as a feature? Could also be displayed in a seperate "details section"
Sounds interesting. Will have a look hopefully soon. So how would we best integrate it to your package?
Basically I think the adapters have to use the Contract in the parameter list Trying to fix this, but comments are appreciated.