hi,
i tried infinitest in small projects or coding katas and it worked very well.
but now i am trying to use it in a big code base and i have performance problems.
here is what i did:
- added infinitest.filters to every project with the content .* (otherwise over 3000 tests are checked and executed)
- added infinitest.filters to the interesting project
-- excluded uninteresting packages, tests, testng groups
when i change a class infinitest starts looking for tests.
then it recognizes that only 2 tests were affected and those are executed.
so the process works well, but it takes about 30 seconds.
what mistakes did i make?
is it possible to enable infinitest only for one project?
can the filters file only be used to exclude tests or can i specify somehow those tests i want to be executed (include)?
thanks for your help!
bernhard