Skip to content

Fix for android and iOS#12

Open
utkarshbh785 wants to merge 2 commits intoLambdaTest:masterfrom
utkarshbh785:fix/appium-tests
Open

Fix for android and iOS#12
utkarshbh785 wants to merge 2 commits intoLambdaTest:masterfrom
utkarshbh785:fix/appium-tests

Conversation

@utkarshbh785
Copy link
Copy Markdown

No description provided.

ltOptions.put("platformName", "android");
ltOptions.put("platformVersion", "15");
ltOptions.put("deviceName", "Galaxy.*");
ltOptions.put("app", "lt://APP 10160502491773060447490389");
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ltOptions.put("app", "lt://APP 10160502491773060447490389");
ltOptions.put("app", ",{app_id}");

ltOptions.put("platformName", "ios");
ltOptions.put("platformVersion", "17");
ltOptions.put("deviceName", "iPhone.*");
ltOptions.put("app", "lt://APP10160171061769556365611264");
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ltOptions.put("app", "lt://APP10160171061769556365611264");
ltOptions.put("app", "<your_app_id>");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants