Matous Jobanek

Results 15 issues of 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/)...

improvement
functional-tests

if it is possible to do it in this way

improvement

when this option was used then all (or most of the) failures would be ignored and the build would continue

improvement

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

Type: Chore
Status: On Hold
Component: Core

##### Issue Overview This issue is to gather all important things that should be improved in our documentation. - [ ] developer guide - #289 - [ ] gather information/parts...

Type: Chore
Priority: High
Component: Documentation
train/ginger

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

Type: Feature
Priority: Low
Component: Maven

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

Type: Chore
Priority: High
Component: Documentation
train/ginger

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

Priority: Medium
Type: Feature
Component: Core
train/ginger

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

Status: Work In Progress
Status: On Hold

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

Priority: Medium
Type: Feature
Type: Bug