Lyndsey Ferguson
Lyndsey Ferguson
When there are test failures that output '' in the console, `xcpretty` writes those directly to the HTML and invalidates the HTML format. For example: ``` testCopyWords, Failed to scroll...
### Feature Request #### Motivation Behind Feature > If you love this fastlane plugin, consider sponsoring it or asking your company to sponsor it. I would really appreciate any >...
### New Issue Checklist - [x] Updated `fastlane-plugin-test_center` to the latest version - [x] I read the [README.md](https://github.com/lyndsey-ferguson/fastlane-plugin-test_center/blob/master/README.md) - [x] I reviewed the [example(s)](https://github.com/lyndsey-ferguson/fastlane-plugin-test_center/blob/master/README.md) for the action(s) I am using...
We are seeing an occasional exception when calling `DefaultDockerClientConfig.createDefaultConfigBuilder()`: ```bash java.util.ConcurrentModificationException: (No message provided) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:52) at com.github.dockerjava.core.DefaultDockerClientConfig.replaceProperties(DefaultDockerClientConfig.java:133) at com.github.dockerjava.core.DefaultDockerClientConfig.replaceProperties(DefaultDockerClientConfig.java:128) at com.github.dockerjava.core.DefaultDockerClientConfig.loadIncludedDockerProperties(DefaultDockerClientConfig.java:121) at com.github.dockerjava.core.DefaultDockerClientConfig.createDefaultConfigBuilder(DefaultDockerClientConfig.java:217) at com.github.dockerjava.core.DefaultDockerClientConfig.createDefaultConfigBuilder(DefaultDockerClientConfig.java:210) ``` I think this...