Closed kirillzh closed 3 months ago
Do these binaries run on all platforms?
Do these binaries run on all platforms?
Good callout. The docs mention that it's supposed to work on Mac OS, Linux, and Windows. I see the release provides with two binaries:
bin/maestro
- I assume this one is for mac and linuxbin/maestro.bat
- I guess that's the one for windows which current proposed manifest doesn't support? @lyonlai @alecthomas any guidance on how to update the manifest appropriately? I haven't seen any examples of current packages that unpack .bat
binaries, and don't really have windows myself to test it out.Hermit only supports Linux and Mac, so having just bin/maestro
should be fine. I'm not sure if the .bat file is executable, but I'd probably explicitly specify bin/maestro
as the binary.
Hermit only supports Linux and Mac, so having just
bin/maestro
should be fine. I'm not sure if the .bat file is executable, but I'd probably explicitly specifybin/maestro
as the binary.
Sound good, pushed the change 👍🏻
Maestro is a tool to run mobile UI tests.
https://maestro.mobile.dev/
Resolves https://github.com/cashapp/hermit-packages/issues/407