Integration method

BrowserStack SDK

BrowserStack SDK is a plug-and-play solution that enables you to run your entire test suite with no code changes. Using the SDK reduces the integration time from hours to a few minutes.

Select browser or device combination

You can run multiple threads in parallel

Parallel Thread #1

Parallel Thread #2

Parallel Thread #3

Parallels per platform

The number of parallel threads to be used for each platform set.

Project Name

Specify a name for a logical group of builds

Build Name

Specify a name for a logical group of tests

Test localhost / internal servers in your network

Generate screenshots at various steps in your test

Capture network logs for your test

Enable video recording during your test

Enable seleniumLogs for your test

Enable interactive debugging during your test

Enable appium logs for your test

Timezone

Configure tests to run on a custom timezone

browserstack.yml
1userName: YOUR_USERNAME
2accessKey: YOUR_ACCESS_KEY
3platforms:
4  - browserName: Chrome
5    os: Windows
6    osVersion: 10
7    browserVersion: 120.0
8  - browserName: Safari
9    os: OS X
10    osVersion: Monterey
11    browserVersion: 15.6
12  - browserName: chromium
13    osVersion: 15
14    deviceName: iPhone 13
15buildIdentifier: ${BUILD_NUMBER}
16consoleLogs: info
17