I am using dockerfile-maven plugin to move jar file inside my docker container and maven-failsafe-plugin to initiate my integration testing. But maven never run integration
You have two problems located in your tests class :
checkForQueryInFile
@Test