Socket
Socket
Sign inDemoInstall

protractor-cucumber-framework

Package Overview
Dependencies
1
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    protractor-cucumber-framework

Protractor framework for Cucumber.js


Version published
Weekly downloads
39K
decreased by-0.47%
Maintainers
1
Install size
134 kB
Created
Weekly downloads
 

Readme

Source

#Protractor Cucumber Framework

This framework was originally part of angular/protractor and is now a separate module to decouple cucumber.js.

##Install npm install --save-dev protractor-cucumber-framework

##Implementation To implement this framework, utilize the protractor custom framework config option:

var cucumberFrameworkPath = require('protractor-cucumber-framework').resolve();

exports.config = {
  // set to "custom" instead of cucumber.
  framework: 'custom',

  // path relative to the current config file
  frameworkPath: cucumberFrameworkPath
};

Keywords

FAQs

Last updated on 12 Nov 2015

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc