Piotr Mionskowski
Piotr Mionskowski
With this change it is possible to run `allure generate --report-dir ./out ./source-1.zip ./source-2.zip ./source-3` ### Context We're building a POC that would bring together tests results from various CI...
I've been using Glimpse on an asp.net mvc 3 project (.net 4.0) together with IIS Url Rewrite module. I've noticed that when Glimpse `defaultRuntimePolicy="On"` URL Rewrite module has troubles properly...
The API exposed by the module does not allow to cache `Parser.parse` results to be _reused_ across subsequent searches. One use case is to easily apply single projection over many...
It would be nice to have non blocking file handler that in a thread safe manner would aggregate logs into single destination
Right now the "screen shot" is taken using a simple API [provided by android](http://developer.android.com/reference/android/view/View.html#buildDrawingCache%28%29). Here are some more robust attems: - using ddmlib - https://github.com/rtyley/android-screenshot-lib
Add a new parser for the open-test-reporting format developed by the JUnit team (https://github.com/ota4j-team/open-test-reporting). This format is a modern, framework-agnostic XML-based test reporting standard that supports rich metadata including tags,...