fafane
fafane
After some digging, the problem seems to be with [server/src/main/resources/db/bootstrap/V215__bootstrap_test_data_function_files.sql](https://github.com/testsigmahq/testsigma/blob/9e98d55c52da2effb4158dd864b2014bc1d09f6e/server/src/main/resources/db/bootstrap/V215__bootstrap_test_data_function_files.sql#L21). The field class_package for DateFunctions should be com.testsigma.automator.testdata.functions and not com/testsigma/customfunc... If you update the field in the table default_data_generator_files,...
@gcareri , there is a fork that provides a workaround : https://github.com/testsigmahq/testsigma/compare/dev...dat911zz:testsigma:dev (If you use their binaries, beware, there were build with a newer JDK)