-
Notifications
You must be signed in to change notification settings - Fork 317
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
Unrecognized field "appId" #2260
Comments
This looks to be a boring problem of indentation. You wrote:
It should be:
|
I was backing here to close the issue because I realized the indentation problem 😅 Thank you @Fishbowler 🙏 |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. |
Is there an existing issue for this?
Steps to reproduce
v1.39.9
)__e2e__
foldertestFile.yml
file inside the__e2e__/flows
foldermaestro test testFile.yml
File content:
I'm trying to pass arguments to the App, as described in the docs: https://maestro.mobile.dev/api-reference/commands/launchapp#sending-launch-arguments
Actual results
If I remove the
appId
field, then I have a new issue with thearguments
field:Expected results
To have the test running using what's shown in the docs.
About app
Its a private project written using Expo.
About environment
Logs
Logs
Maestro version
1.39.9
How did you install Maestro?
Homebrew
Anything else?
No response
The text was updated successfully, but these errors were encountered: