1.32.8 • Published 15 days ago

browserstack-node-sdk v1.32.8

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
15 days ago

browserstack-node-sdk

Node SDK for browserstack selenium-webdriver tests

Running Jest, Mocha and Cucumber tests in multiple platforms using SDK

Add browserstack-node-sdk as a dev-dependency,

npm i -D browserstack-node-sdk
#or
yarn add --dev browserstack-node-sdk

Setup

npx setup --username userName --key accessKey
  • Adds a browserstack.yml file at root of your project with your auth keys BrowserStack Username and Access Key, browserstack configs and platforms. See sample config file here
  • Adds a new command for running tests on browserstack in scripts tag of package.json,
# before

"scripts": {
    # Jest tests
    "jest-test": "jest ...args",

    # Mocha tests
    "mocha-test": "mocha ...args",

    # Cucumber tests
    "cucumber-test": "cucumber-js ...args",

  },

# after

"scripts": {
    # Jest tests
    "jest-test": "jest ...args",
    "browserstack-jest-test": "browserstack-node-sdk jest ...args",

    # Mocha tests
    "mocha-test": "mocha ...args",
    "browserstack-mocha-test": "browserstack-node-sdk mocha ...args",

    # Cucumber tests
    "cucumber-test": "cucumber-js ...args",
    "browserstack-cucumber-test": "browserstack-node-sdk cucumber-js ...args"
  },

Run tests on browserstack by running

npm run browserstack-jest-test
# or
npm run browserstack-mocha-test
# or
npm run browserstack-cucumber-test

Sample test scripts are available in the jest-js-browserstack, mocha-browserstack & cucumber-js-browserstack repositories.

1.32.8

15 days ago

1.32.7

19 days ago

1.32.6

27 days ago

1.32.4

29 days ago

1.32.5

29 days ago

1.32.3

29 days ago

1.32.2

1 month ago

1.32.1

1 month ago

1.32.0

2 months ago

1.31.25

2 months ago

1.31.24

2 months ago

1.31.22

2 months ago

1.31.23

2 months ago

1.31.21

2 months ago

1.31.20

3 months ago

1.31.19

3 months ago

1.31.18

3 months ago

1.31.17

3 months ago

1.31.16

3 months ago

1.31.15

3 months ago

1.31.14

3 months ago

1.31.13

4 months ago

1.31.12

4 months ago

1.31.11

4 months ago

1.31.10

4 months ago

1.31.9

4 months ago

1.31.8

4 months ago

1.31.7

5 months ago

1.31.6

5 months ago

1.31.5

5 months ago

1.31.3

5 months ago

1.31.4

5 months ago

1.25.0

9 months ago

1.23.2

10 months ago

1.25.1

9 months ago

1.23.3

10 months ago

1.23.0

10 months ago

1.23.1

10 months ago

1.29.0

7 months ago

1.27.2

7 months ago

1.25.4

9 months ago

1.29.1

6 months ago

1.27.3

7 months ago

1.27.0

7 months ago

1.25.2

9 months ago

1.23.4

10 months ago

1.27.1

7 months ago

1.25.3

9 months ago

1.29.2

6 months ago

1.29.3

6 months ago

1.30.2

6 months ago

1.30.0

6 months ago

1.30.1

6 months ago

1.24.1

10 months ago

1.26.0

8 months ago

1.24.2

9 months ago

1.24.0

10 months ago

1.28.1

7 months ago

1.26.3

8 months ago

1.28.2

7 months ago

1.26.4

8 months ago

1.26.1

8 months ago

1.28.0

7 months ago

1.26.2

8 months ago

1.28.5

7 months ago

1.28.6

7 months ago

1.28.3

7 months ago

1.26.5

7 months ago

1.28.4

7 months ago

1.26.6

7 months ago

1.31.2

6 months ago

1.31.0

6 months ago

1.22.0

10 months ago

1.21.0

10 months ago

1.21.1

10 months ago

1.19.0

11 months ago

1.18.0

11 months ago

1.20.1

10 months ago

1.20.0

11 months ago

1.17.0

11 months ago

1.16.1

11 months ago

1.16.0

11 months ago

1.15.0

12 months ago

1.14.0

12 months ago

1.13.0

1 year ago

1.12.0

1 year ago

1.15.1

12 months ago

1.9.0

1 year ago

1.11.0

1 year ago

1.10.1

1 year ago

1.10.0

1 year ago

1.8.1

1 year ago

1.8.0

1 year ago

1.6.2

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.0

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago