You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a user in the free trial period. I'm trying to run tests using mvn test -P single but I get the error Could not find device: iPhone 7 (WARNING: The server did not provide any stacktrace information).
Is this happening because I'm on the trial period and I don't have access to iPhone 7? If that is the case, then please mention it clearly in the documentation.
The text was updated successfully, but these errors were encountered:
I have the same error.
Tried to run with the following capabilities in the single.conf.json "environments": { "iPhone_7": { "device": "iPhone 7 " }, "iPhone_7_Plus": { "device": "iPhone 7 Plus" } }
and pass <parameter name="environment" value="iPhone_7_Plus"/> or <parameter name="environment" value="iPhone_7"/>
in the single.testng.xml.
In both cases, the described above error appears.
I am a user in the free trial period. I'm trying to run tests using
mvn test -P single
but I get the errorCould not find device: iPhone 7 (WARNING: The server did not provide any stacktrace information)
.Is this happening because I'm on the trial period and I don't have access to iPhone 7? If that is the case, then please mention it clearly in the documentation.
The text was updated successfully, but these errors were encountered: