Christopher Perry
Christopher Perry
Can you guys add the info for this on your README page? This is a huge feature that will drive usage of your library. The plugin is a huge ++...
I spent quite a lot of time looking at this yesterday. Even after `root.mkdirs()` the call to `root.exists()` returns `false` and I couldn't figure out why.
I have an update on this. It seems that you have to run this via gradle, or it doesn't work. I was able to get the sample to work via...
I don't believe that's what triggered this because it happened when I was testing a class with a single test, but we do run our tests in parallel.
Android Studio, from the test class.
`./gradlew connectedAndroidTest` is able to run the tests; however, the tests fail. Perhaps the `IdlingResource` isn't working correctly?
We are using Falcon for our screenshots. To get it to work with composer I had to pull the code from spoon that creates the screenshot directory structure. I think...
I forgot about that, good point. What if we provide the directory structure and require usage of our own Screenshot call? We could be in control of the file format...
Falcon spoon compat has a dependency on Spoon, which I didn't care for.