You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and didn't find mine.
Steps to reproduce
Create a flow file that takes a screenshot
- takeScreenshot:
path: LoginScreen
Run the flow on multiple devices or use shard-all maestro test --shard-all 2 .
Actual results
You will only have 1 screenshot even though you ran this on multiple devices (they override each other)
Expected results
You should get 1 screenshot per device saved to disk. Ideally we would be provided some environment variables that can be used when setting the path of the screenshot to avoid clashing between the runs and be able to attribute the screenshots to the respective devices. For example MAESTRO_SHARD_ID and MAESTRO_DEVICE_UDID.
Is there an existing issue for this?
Steps to reproduce
maestro test --shard-all 2 .
Actual results
You will only have 1 screenshot even though you ran this on multiple devices (they override each other)
Expected results
You should get 1 screenshot per device saved to disk. Ideally we would be provided some environment variables that can be used when setting the path of the screenshot to avoid clashing between the runs and be able to attribute the screenshots to the respective devices. For example
MAESTRO_SHARD_ID
andMAESTRO_DEVICE_UDID
.About app
This is an open source app, available at https://github.com/wikimedia/wikipedia-ios
About environment
Apple M1 Max Macbook Pro 16
Logs
Logs
Maestro version
1.39.2
How did you install Maestro?
install script (https://get.maestro.mobile.dev)
Anything else?
Tagging @Fishbowler
Link to our Slack conversation
The text was updated successfully, but these errors were encountered: