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

[Feature Request] Flow screenshots record before every action #1526

Open
OHoussein opened this issue Oct 13, 2023 · 4 comments
Open

[Feature Request] Flow screenshots record before every action #1526

OHoussein opened this issue Oct 13, 2023 · 4 comments
Labels
enhancement New feature request or improvement of an existing feature

Comments

@OHoussein
Copy link

Problem
When you run a full flow, it's not easy to understand what steps has been done and how the app reacted on each action

Solution
Generate automatically a screenshot before every action like tapOn, back (can be added through and option) and generate a report after the test execution, it will look like this screen below
Capture d’écran 2023-10-13 à 14 53 26

@OHoussein OHoussein added the enhancement New feature request or improvement of an existing feature label Oct 13, 2023
@OHoussein
Copy link
Author

I'm open to contribute to the project to add this feature :)

@camoles
Copy link

camoles commented Jan 16, 2024

This is now possible with the takeScreenshot command, this issue should be closed.
https://maestro.mobile.dev/api-reference/commands/takescreenshot

@bartekpacia
Copy link
Contributor

Yeah, takeScreenshot should solve this, but I understand that the request here is to essentially have takeScreenshot called automatically before each action?

@bartekpacia bartekpacia added the waiting for customer response More information is needed from the customer before we can progress on the issue label Jul 26, 2024
@OHoussein
Copy link
Author

Exactly, doing takeScreenshot manually after each action doesn't look productive.
The goal of this is to have a quick understanding of the test execution.

@github-actions github-actions bot removed the waiting for customer response More information is needed from the customer before we can progress on the issue label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request or improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

3 participants