Skip to content

Testcafe browser provider for the iOS Simulator using Facebook's IDB

License

Notifications You must be signed in to change notification settings

mhan83/testcafe-browser-provider-ios

 
 

Repository files navigation

testcafe-browser-provider-ios

npm

This is the iOS browser provider plugin for TestCafe.

It allows you to automate mobile Safari tests. It uses Facebook's idb (or falls back tofbsimctl) to with iOS Simulators and real devices.

animated example of use

Install

npm install testcafe-browser-provider-ios

Requirements:

Usage

When you run tests from the command line, use the alias when specifying browsers:

testcafe ios:device:os 'path/to/test/file.js'

where device is something like:

  • iPhone 5
  • iPhone SE

and os is something like:

  • iOS 9.2
  • iOS 10.2

os is optional - if you exclude it then the most recent OS version will be chosen.

Author

Doug Fitzmaurice https://www.ents24.com

About

Testcafe browser provider for the iOS Simulator using Facebook's IDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%