
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
codeceptjs-bshelper
Advanced tools
CodeceptJS Browserstack plugin, to update Test Names, Test Results after test execution
codeceptjs-bshelper is CodeceptJS plugin which is to complete tests results on Browserstack after execution. The plugin updates test name and
test results on Browserstack using the event.test.passed and event.test.failed events.
NPM package: https://www.npmjs.com/package/codeceptjs-bshelper
npm i codeceptjs-bshelper --save-dev
This plugin should be added in codecept.json/codecept.conf.js
Example:
{
...
plugins: {
BrowserstackHelper: {
require: 'codeceptjs-bshelper',
user: process.env.BROWSERSTACK_USERNAME,
key: process.env.BROWSERSTACK_ACCESS_KEY,
shortUrl: true,
enabled: true
}
}
...
}
To use this plugin, users must provide the Browserstack User, Key & Host as part of the configuration.
At the end, there will be an exposed URL to Browserstack. You can have the option to shorten the URL by passing this to the config
shortUrl: true
By default, it is setting to false due to privacy concerns, cause we use a third party lib to shorten the url. Using it as your own risks. :)
FAQs
Browserstack Publisher for Codecept JS tests
The npm package codeceptjs-bshelper receives a total of 226 weekly downloads. As such, codeceptjs-bshelper popularity was classified as not popular.
We found that codeceptjs-bshelper 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.