provide a convenient solution for Mac users to open pages which served by the server in iOS simulator ----- 桥接 iOS 模拟器。
$ npm i dora dora-plugin-simulator -SD
$ ./node_modules/.bin/dora --plugins 'simulator?scheme=http://m.alipay.com'
Build In
more about the option, visit node-isimulator
application: 'mobilesafari',
bundleId: '',
device: 'iPhone 6',
downloadURL: '',
prefix: 'antm',
scheme: 'http://127.0.0.1',
sdk: ''
Usage_2 (Recomend) with dora-plugin-config-manager
$ ./node_modules/.bin/dora --plugins 'config-manager?path=./mobile.config.js|simOpts,simulator'
Your config file should look like this:
mobile.config.js
var simOpts = {
scheme: 'http://m.baidu.com'
};
module.exports.simOpts = simOpts;
$ npm test
MIT