You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have a properties file in my project in src/main/resources which has some configuration options for my web application. For testing I made some changes in the properties file and put it in src/test/resources. But the problem is that the server instance from the AppBeforeIntegrationTestTask is using the resources of the main folder.
Is this intended or is this a bug?
If it is intended how is the workflow to start the server instance for integration testing with a modified properties file?
The text was updated successfully, but these errors were encountered:
So I have a properties file in my project in src/main/resources which has some configuration options for my web application. For testing I made some changes in the properties file and put it in src/test/resources. But the problem is that the server instance from the AppBeforeIntegrationTestTask is using the resources of the main folder.
Is this intended or is this a bug?
If it is intended how is the workflow to start the server instance for integration testing with a modified properties file?
The text was updated successfully, but these errors were encountered: