Skip to content
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

Kaspresso economy mode #552

Open
AzamatCherchesov opened this issue Aug 14, 2023 · 2 comments
Open

Kaspresso economy mode #552

AzamatCherchesov opened this issue Aug 14, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@AzamatCherchesov
Copy link
Collaborator

TBD:
Flag to launch Kaspresso with fewer artifacts and files

@AzamatCherchesov AzamatCherchesov added the enhancement New feature or request label Aug 14, 2023
@VladislavEremeev
Copy link

Case:
standard withForcedAllureSupport builder.
The limit for artifacts in Gitlab is 200mb.
After running 28 tests, we get 600+ MB of artifacts.
I had to create a custom builder with only video recording.
I would like to have flags for selecting artifacts:

  • Screenshots
  • Video
  • ViewHierarchy dump
  • Logcat dump with Kaspresso filter
  • Logcat dump without Kaspresso filter

Ideally, I would also like to choose whether to save the selected artifacts for successful tests / steps or only for failed ones.
Thank you!

@Twinsen81
Copy link

I second this. Especially regarding videos - an option to delete the video recording if the test passes would save some VM resources.

It would also be great for all the failed test artifacts to have the _failure_ keyword in their names. This will greatly simplify collecting artifacts for failed tests. Currently, only screenshots and the view hierarchy artifacts have this keyword.

This is debatable, but probably the folder structure of

Documents/testSuite/test/screenshots/
Documents/testSuite/test/videos/
Documents/testSuite/test/logcat/

would also simplify artifact collection since all the files related to a test will be in a single folder (Documents/testSuite/test). Currently, you have to look for the files in different folders: Documents/screenshots, Documents/videos, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants