kennethlynne/generator-angular-xl

View on GitHub
templates/common/root/protractor.conf.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  config: {
    specs: [
      'test/e2e/spec/**/*.js'
    ],

    baseUrl: 'http://localhost:3333'
  }
};