Home > Net >  How to change where Gradle 'Test' task saves file
How to change where Gradle 'Test' task saves file

Time:07-20

I'm running into the following error when attempting to run my Appium testing framework. It seems like the "Test" task is trying to save the Allure report to a directory within the build directory and seems it can't write to it. How can I edit where this task saves the report? If anyone can point me in the right direction on where to look I'd be super grateful. Thank you so much!

  • Related