maestro
maestro copied to clipboard
[Feature Request] Flow screenshots record before every action
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
I'm open to contribute to the project to add this feature :)
This is now possible with the takeScreenshot command, this issue should be closed.
https://maestro.mobile.dev/api-reference/commands/takescreenshot
Yeah, takeScreenshot should solve this, but I understand that the request here is to essentially have takeScreenshot called automatically before each action?
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.