Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.07 KB

151111_browserstack.md

File metadata and controls

29 lines (16 loc) · 1.07 KB

Manual tests on different browsers and OS'

Browserstack

  1. Install the Browserstack extension for Chrome

  2. Downlaod the Browserstack binary to establish a connection between your local machine and Browserstack

  3. Run the binary with your access key

./BrowserStackLocal your-access-key
  1. Use the Chrome extension to select different browsers

  2. Enter you local url, ie: http://localhost:8000

Test on different Mac devices (iPhone, iPad, etc.)

  1. This only work on Mac

  2. Download and install the latest version of xcode

  3. Launch the Simulator (cmd + space and enter: simulator)

  4. Select a device: Hardware > Device > ...

You can also debug using the Web Inspector through Safari (tutorial)