
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
codeceptjs-cucumber
Advanced tools
[CodeceptJS][1] E2E framework with Cucumber and Saucelabs
This framework contains Gherkin BDD Tests with CodeceptJS & uses Should.JS assertion library. Intgrated with Saucelabs to run on Multibrowsers in Parallel
Follow this Easy 3-Steps process to co-locate and quik start with CodeceptJS-Cucumber tests
Prefer installing yarn
git clone git@github.com:gkushang/codeceptjs-e2e.git
npx lerna bootstrap
cd codeceptjs-e2e/packages/codeceptjs-cucumber
yarn
Default browser is chrome
yarn acceptance
To run on firefox
yarn acceptance --profile firefox
To run on chrome:headless
browser
yarn acceptance --profile chrome:headless
yarn acceptance:parallel
yarn acceptance:report
Important: Make sure to export your Sauce Username and Sauce Access Key as env variables
export SAUCE_USERNAME=<sauce_username>
export SAUCE_KEY=<sauce_key>
yarn acceptance
--profile sauce:<sauce_browser>
chrome
, ie
, edge
, safari
, firefox
yarn acceptance --grep @search_results --profile sauce:chrome
yarn acceptance:multibrowsers
--profile sauce:<first_sauce_browser>,<second_sauce_browser>,<and_so_on>
chrome
, ie
, edge
, safari
, firefox
yarn acceptance:multibrowsers --grep @search_results --profile sauce:chrome,ie
To print debug messages, pass the DEBUG
param
DEBUG=acceptance* yarn acceptance --grep @search_results
FAQs
CodeceptJs Cucumber E2E Framework
The npm package codeceptjs-cucumber receives a total of 6,243 weekly downloads. As such, codeceptjs-cucumber popularity was classified as popular.
We found that codeceptjs-cucumber 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.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.