
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@wdio/crossbrowsertesting-service
Advanced tools
A WebdriverIO service that manages local tunnel and job metadata for CrossBrowserTesting users.
A WebdriverIO service that manages local tunnel and job metadata for CrossBrowserTesting users.
The easiest way is to keep @wdio/crossbrowsertesting-service as a devDependency in your package.json, via:
npm install @wdio/crossbrowsertesting-service --save-dev
Instructions on how to install WebdriverIO can be found here.
In order to use the service you need to set user and key in your wdio.conf.js file, and set the host option to hub.crossbrowsertesting.com. If you want to use CrossBrowserTesting Tunnel
you just need to set cbtTunnel: true.
// wdio.conf.js
exports.config
// ...
user: process.env.CBT_USERNAME,
key: process.env.CBT_AUTHKEY,
services: [
['crossbrowsertesting', {
cbtTunnel: true,
cbtTunnelOpts: {
// any additional options from cbt_tunnels
},
}]
],
// ...
};
In order to authorize to the CrossBrowserTesting service your config needs to contain a user and key option.
If true secure CBT local connection is started.
Type: Boolean
Default: false
Any additional options to pass along to the start() function of cbt_tunnels
Type: Object
Default: {}
For more information on WebdriverIO see the homepage.
FAQs
A WebdriverIO service that manages local tunnel and job metadata for CrossBrowserTesting users.
The npm package @wdio/crossbrowsertesting-service receives a total of 1,210 weekly downloads. As such, @wdio/crossbrowsertesting-service popularity was classified as popular.
We found that @wdio/crossbrowsertesting-service demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.