Matous Jobanek
Matous Jobanek
##### Issue Overview Add additional test cases to the [functional tests](https://github.com/arquillian/arquillian.github.io/tree/functional-tests): * Recently, there was an issue when the last release in [modules](http://arquillian.org/modules/) page (as well as in individual [module](http://arquillian.org/modules/smart-testing-tool/)...
if it is possible to do it in this way
when this option was used then all (or most of the) failures would be ignored and the build would continue
##### Issue Overview As we add our dependencies to the user's pom file we should be as less intrusive as possible. To avoid any dependency conflicts and classloading issues we...
##### Issue Overview This issue is to gather all important things that should be improved in our documentation. - [ ] developer guide - #289 - [ ] gather information/parts...
##### Issue Overview In the issue #278 , there was introduced an option of delegating test execution to custom provider specified in Surefire's dependencies. But this works only for one...
##### Issue Overview In the documentation, there are some parts that are useful for developers that want to create their own strategy or somehow use Smart Testing in their own...
##### Issue Overview In Che, we need to get information which parameters are possible to use in configuration. Based on this, we can create a window for configuring it. What...
* the test-bed build uses Maven parallelism with 50 threads per cpu core * the same is used for build invocation on Travis (could be used locally) * the Travis...
##### Issue Overview Investigate the behavior of the method [`AffectedTestsDetector.getTests`](https://github.com/arquillian/smart-testing/blob/master/strategies/affected/src/main/java/org/arquillian/smart/testing/strategies/affected/AffectedTestsDetector.java#L70) and the method [`TestVerifier.isCore`](https://github.com/arquillian/smart-testing/blob/master/core/src/main/java/org/arquillian/smart/testing/api/TestVerifier.java#L38). The `isCore` method returns just a negation of the check if the class is a test...