New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

protractor-tartare

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protractor-tartare

Tartare framework plugin for Protractor

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Protractor Tartare Framework

The Tartare family: tartare | tartare-chai | tartare-mock | tartare-util | tartare-collections | tartare-logs


This framework allows you to use Protractor along with Tartare, so you can code tests for your AngularJS application using the BDD/Gherkin syntax provided by Tartare.

Install

This plugin is available as an NPM module.

$ npm install protractor-tartare

Usage

To use the Tartare framework in Protractor, configure it as a Protractor custom framework:

exports.config = {
  framework: 'custom',
  frameworkPath: require.resolve('protractor-tartare'),
  tartareOpts: {
    reporter: 'gherkin',
    timeout: 15000
  }
};

You can use any Tartare option as described in the Tartare documentation.

For more details about using the Tartare framework with Protractor, go here.

For general information about writing tests with Tartare read the full documentation.

Keywords

FAQs

Package last updated on 04 May 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc