UNPKG

protractor

Version:

Webdriver E2E test wrapper for Angular.

22 lines (18 loc) 558 B
// An example configuration file. exports.config = { // Do not start a Selenium Standalone sever - only run this using chrome. chromeOnly: true, chromeDriver: '../selenium/chromedriver', // Capabilities to be passed to the webdriver instance. capabilities: { 'browserName': 'chrome' }, // Spec patterns are relative to the current working directly when // protractor is called. specs: ['example_spec.js'], // Options to be passed to Jasmine-node. jasmineNodeOpts: { showColors: true, defaultTimeoutInterval: 30000 } };