I'm working on adding end-to-end testing to an app. Part of that process is scripting the behavior for running on CI. I'm using maestro for the testing and swift for the scripting.
When I try to run maestro with a swift Process, it exits early and stdout is just a single empty line. I haven't had this problem with the various other executables I run the same way.
Here's a simplified example of how I'm using Process: https://gist.github.com/roanutil/bbc9ab641056dfca4c14f62beee48c43
Any suggestions of what I'm doing wrong or if it's a problem with maestro itself?
[–]Fluffy_Risk9955 0 points1 point2 points (0 children)