-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect location of screenshots for tests in flavored sources #30
Comments
Hi Saket, |
do you mean in my build script? |
@rharter what was the reasoning to have the screenshots in the "screenshot" folder and not an asset folder inside a |
It's integrated into assets at built time, but it's also used as task input and output, so plays into Gradles up-to-date checks. |
I wanted to add that this is also an issue with kotlin multiplatform projects, where |
Dropshots stores screenshots in my
androidTest
directory even when my tests are present inandroidTestDebug
. Is this intentional?The text was updated successfully, but these errors were encountered: