I have specified the storage dir in application.properties
file.
%test.storage.dir=src/test/resources
But while running the test case it is not accessing the files in resource folder.
I have the same path specified for development also and getting response for the API using postman. BUt the test case for the API call is not using the resources.