3.3.0 • Published 9 years ago

bedrock-protractor v3.3.0

Weekly downloads
55
License
-
Repository
github
Last release
9 years ago

bedrock-protractor

A bedrock module that integrates the protractor test framework for AngularJS applications with bedrock.

Requirements

  • npm v3+

Quick Examples

npm install bedrock-protractor
var bedrock = require('bedrock');
var cfg = bedrock.config.protractor.config;

// add protractor tests for your module/project to your config file
cfg.suites['bedrock-foo'] = '/foo/test/tests/**/*.js';

// add a script to run to define helper functions prior to tests
cfg.params.config.onPrepare.push('/foo/test/helpers/bar.js';

To run tests on the command line:

node myproject.js test --framework protractor

Setup

  1. For debian-based systems (eg: Ubuntu), install openjdk-7-jdk.

Configuration

For more documentation on configuration, see config.js.

3.3.0

9 years ago

3.2.0

9 years ago

3.1.3

9 years ago

3.1.2

9 years ago

3.1.1

9 years ago

3.1.0

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.3.0

10 years ago

2.2.0

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago