UNPKG

protractor

Version:

Webdriver E2E test wrapper for Angular.

18 lines (16 loc) 339 B
var env = require('../../../spec/environment.js'); exports.config = { seleniumAddress: env.seleniumAddress, framework: 'jasmine2', specs: ['fail_error_spec.js'], baseUrl: env.baseUrl, plugins: [{ path: '../index.js', failOnWarning: true, failOnError: true, exclude: [ 'string', /regex/ ] }] };