-
Notifications
You must be signed in to change notification settings - Fork 158
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
Target 30 support #404
Comments
Need to be careful with this. Whole kaspresso is built on using traditional file API. Screen recording on Android 10+
AllureWe need to be able to include video recordings to allure reports. Allure reports are stored under /data/data directory. AFAIK, we can't configure allure reports path Screenshoting
Useful info: https://medium.com/androiddevelopers/scope-storage-myths-ca6a97d7ff37 |
Linked to #407 |
We discussed the idea to put all artifacts into Documents folder since it's a public folder and quick experiment showed us that we could use it without restrictions. With this approach we have to keep in mind that allure stores reports to /data/data. Ideally we want to save reports to the same place as other artifacts. We decided that we'll copy reports from /data/data to Documents and cover it with an optional flag in Kaspresso builder |
…ure properties to get allure dir name
…tion to get run notifier from instrumentation
…estrictions #404: Using documents to avoid storage restrictions
…ure properties to get allure dir name
…tion to get run notifier from instrumentation
Correct work with storage (migrate from Manage all external storage permission to Scoped storage)
The text was updated successfully, but these errors were encountered: