Lyndsey Ferguson

Results 4 issues of 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 >...

🙏 help wanted
🐣good first issue
♻️ multi_scan
⭐️ feature request

### 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...

🐞bug
☑️ tests_from_junit
🔷collate_junit_reports

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...