0

Project : IOS app Lang : C# FW : NUnit Framework AT : Appium

According to our framework, we are automating ios app using simulator, but we provided .app file path as hardcoded, nee to give Dynamic path, our project is in Perforce both ios build and test trigger will be in teamcity pipeline.

I tried to give relative path by ../../../../, but it wont work

2
  • "Dynamic" can mean many things to many people. :-) Commented Apr 19, 2023 at 11:02
  • "Won't work" how? Who/what exactly did you give that relative path to and what was its notion of the current working directory? Commented Apr 19, 2023 at 14:04

1 Answer 1

0

You can use Appium server argument either --app in case of simulator or --ipa in case of real device Syntax to use this

--ipa <path to ipa file>
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.