Hi -
I would like to override the names for the tests.
Currently they all end in *Test.java.
As these are really Integration Tests I would like them to end in *IT.java.
I have tried searching GIT to find out what class to Override but its not clear.
Can you point me in the right direction.
Additionally - as I asked already I want the test classes to override a different base class.
This class is now called AbstractIntegrationTests.
I have added the following to the sculptor.generator.properties but to no avail.
framework.test.AbstractIntegrationTests=com.taskize.AbstractIntegrationTests
The generated classes are still not extending the class I want them to.