telefonicaid/protractor-tartare

Name: protractor-tartare

Owner: Telefónica I+D

Description: Tartare framework plugin for Protractor

Created: 2016-04-28 08:50:28.0

Updated: 2016-04-29 12:13:24.0

Pushed: 2016-05-04 14:20:25.0

Homepage: null

Size: 7

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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.

m install protractor-tartare
Usage

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

rts.config = {
amework: 'custom',
ameworkPath: require.resolve('protractor-tartare'),
rtareOpts: {
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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.