Matous Jobanek
Matous Jobanek
@vinsguru @bartoszmajsak Yeah, I think that there is no problem with putting this library into Maven central. IIRC the reason why it is not there already is that there was...
@bartoszmajsak @vinsguru My idea was having API (in Graphene) that would invoke screenshooter and rusheye on demand. Is it something similar to what you are using in your project? Or...
Hi, sorry for the delay with my response. The dependencies should have been in Maven central already: http://search.maven.org/#search%7Cga%7C1%7Crusheye The code you have shared looks pretty good. If you wouldn't mind,...
I'm reopening as there is another (not merged) PR related to this issue: https://github.com/arquillian/smart-testing/pull/204
yup - they are different solutions => separated PRs. Yours is important as well - to minimize the test suite
Yeah, I'm not a huge fan of profiles either so I completely understand your point/feeling. On the other hand, I would really welcome a simple way of executing only unit...
> mvn test won't work here? nope, that will execute the whole test suite
This brings an interesting question. How about removing the profiles and configure the failsafe plugin for functional tests? Then it would be possible to run only unit tests using `mvn...
The build times are pretty weird - in my Travis account, the build [takes 15:41](https://travis-ci.org/MatousJobanek/smart-testing/builds/287471335) but here on [arquillian's 19:17](https://travis-ci.org/arquillian/smart-testing/builds/287471368) Similarly look also the Maven builds of the project: on...
I'll park it for a while and return back to it when I have time