Ents24 / testcafe-browser-provider-fbsimctl

Testcafe browser provider for the iOS Simulator using Facebook's fbsimctl
MIT License
19 stars 7 forks source link

Listing browsers with "testcafe -b fbsimctl" doesn't work #2

Closed dig412 closed 7 years ago

dig412 commented 7 years ago

When running testcafe -b fbsimctl I expect to see a list of all available devices and platforms. Instead only "fbsimctl" is printed.

The getBrowserList() method is implemented, and returns an Array of strings, which is what the SauceLabs plugin does. (https://github.com/DevExpress/testcafe-browser-provider-saucelabs/blob/master/src/index.js#L359)

AlexanderMoskovkin commented 7 years ago

At first it necessary to set isMultiBrowser to true. And it seems it's required to do some other changes. I'm working on this right now, so I'm going to create a pull request with the fix soon