Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@saucelabs/cucumber-reporter
Advanced tools
This Cucumber plugin reports each project to your Sauce Labs account.
Install from npm:
npm install @saucelabs/cucumber-reporter
Set the SAUCE_USERNAME
and SAUCE_ACCESS_KEY
environment variables to enable the plugin to report your results to Sauce Labs. Your Sauce Labs Username and Access Key can be found in your dashboard.
Add to your Cucumber formatter:
npx cucumber-js --format=@saucelabs/cucumber-reporter
Alternatively, configure it using cucumber.json
by adding '@saucelabs/cucumber-reporter'
to the reporter section of your configuration:
{
"default": {
"requireModule": ["ts-node/register"],
"format": "@saucelabs/cucumber-reporter"
}
}
Configure the @saucelabs/cucumber-reporter
through your Cucumber config file.
Example cucumber.json
:
{
"default": {
"requireModule": ["ts-node/register"],
"format": "@saucelabs/cucumber-reporter",
"formatOptions": {
"suiteName": "my cucumber test",
"build": "mybuild",
"tags": ["demo", "e2e", "cucumber"],
"region": "eu-central-1"
}
}
}
Configuration Parameters:
Name | Description | Type |
---|---|---|
browserName | Sets the browser name. | String |
build | Sets a build ID. Default: '' . | String |
tags | Tags to add to the uploaded Sauce job. Default: [] . | String[] |
region | Sets the region. Default: us-west-1 . | String |
upload | Whether to upload report and assets to Sauce. Default: true . | boolean |
outputFile | The local path to write the sauce test report. Default: sauce-test-report.json . | String |
suiteName | Sets the suite name. Default: Unnamed job ${job_id} . | String |
FAQs
Reports your tests to Sauce Labs
We found that @saucelabs/cucumber-reporter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.