Initial commit.

This commit is contained in:
smartapant 2016-04-20 16:32:12 +03:00
commit 6558ee2fc4
92 changed files with 3193 additions and 0 deletions

6
protractor.conf.js Normal file
View file

@ -0,0 +1,6 @@
/**
* @author: @AngularClass
*/
// look in ./config for protractor.conf.js
exports.config = require('./config/protractor.conf.js').config;