![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@wdio/sauce-service
Advanced tools
WebdriverIO service that provides a better integration into SauceLabs
WebdriverIO service that provides a better integration into SauceLabs. It updates the job metadata ('name', 'passed', 'tags', 'public', 'build', 'custom-data') and runs Sauce Connect if desired.
The easiest way is to keep @wdio/sauce-service
as a devDependency in your package.json
.
{
"devDependencies": {
"@wdio/sauce-service": "^5.0.0"
}
}
You can simple do it by:
npm install @wdio/sauce-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. It will automatically
use Sauce Labs to run your integration tests. If you want to use Sauce Connect
you just need to set sauceConnect: true
.
// wdio.conf.js
export.config = {
// ...
services: ['sauce'],
user: process.env.SAUCE_USERNAME,
key: process.env.SAUCE_ACCESS_KEY,
sauceConnect: true,
// ...
};
Your Sauce Labs username.
Type: String
Your Sauce Labs access key.
Type: String
If true it runs Sauce Connect and opens a secure connection between a Sauce Labs virtual machine running your browser tests.
Type: Boolean
Default: false
Apply Sauce Connect options (e.g. to change port number or logFile settings). See this list for more information.
Type: Object
Default: {}
FAQs
WebdriverIO service that provides a better integration into Sauce Labs
The npm package @wdio/sauce-service receives a total of 44,594 weekly downloads. As such, @wdio/sauce-service popularity was classified as popular.
We found that @wdio/sauce-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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.