New Test Case Filter parameter for the Lucee Build

I recently added in a new test filter for the Lucee 6.0 build.

ant -DtestFilter="image"

There are a lot of tests in the Lucee build which can take a while to run, this parameter simply filters all the available tests by the path.

So, in the above example, the build will only run tests which include “image” in the path.

This really speeds things up when you are working on something specific, or working on a test.

In other build news, the Testbox build output is now way less verbose, i.e. Travis CI - Test and Deploy Your Code with Confidence

1 Like

That’s awesome! Thanks, Zac!