nightwatchjs / create-nightwatch

Nightwatch.js init command tool to setup everything up in no time using `npm init nightwatch`
https://nightwatchjs.org
4 stars 13 forks source link

iOS always tries to setup real device. #86

Open garg3133 opened 1 year ago

garg3133 commented 1 year ago

iOS setup also tries to setup real device by default, which leads to users always getting 'iOS setup complete...' warning even when they only wanted to test on simulators.

Instead, we should do it android way, i.e., ask users if they wish to setup for iOS real device or simulator, or both.