We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc578f7 commit 0e9e973Copy full SHA for 0e9e973
package.json
@@ -5,7 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"sample-test": "npx browserstack-node-sdk playwright test --config=./playwright.config.js",
8
- "sample-local-test": "npx browserstack-node-sdk playwright test --config=./playwright.local.config.js"
+ "sample-local-test": "npx browserstack-node-sdk playwright test --config=./playwright.local.config.js",
9
+ "postinstall": "npm update browserstack-node-sdk"
10
},
11
"keywords": [],
12
"author": "",
0 commit comments