
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@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
The npm package @saucelabs/cucumber-reporter receives a total of 446 weekly downloads. As such, @saucelabs/cucumber-reporter popularity was classified as not popular.
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.