
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
wdio-browserstack-reporter
Advanced tools
A WebdriverIO plugin which enables BrowserStack reports on CI servers
This branch[wdio-browserstack-reporter/wdio4] contains reporter for WebdriverIO 4 and earlier versions. For later versions please refer to wdio-browserstack-reporter/master
A WebdriverIO plugin which enables BrowserStack reports on CI servers

Add wdio-browserstack-reporter as a dependency in your package.json.
{
"dependencies": {
"wdio-browserstack-reporter": "~0.1.3"
}
}
Add browserstack as a reporter in your conf file.
// wdio.conf.js
module.exports = {
// ...
reporters: ['browserstack'],
reporterOptions: {
browserstack: {
outputDir: './'
}
},
// ...
};
The following options are supported(optional):
Define a directory where your browserstack report files should get stored.
Type: String
You will have to configure your Jenkins CI server to embed all the BrowserStack Selenium reports and logs in Jenkins.
**/browserstack-reports/REPORT-*.xmlThis is how your configuration should look like

Guide to running Selenium Webdriver tests with NodeJS on BrowserStack
FAQs
A WebdriverIO plugin which enables BrowserStack reports on CI servers
The npm package wdio-browserstack-reporter receives a total of 1,338 weekly downloads. As such, wdio-browserstack-reporter popularity was classified as popular.
We found that wdio-browserstack-reporter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.