chore(ddc): add e2e test infra + first test

This commit is contained in:
Yegor Jbanov
2016-01-29 18:22:28 -08:00
committed by Miško Hevery
parent cad693de0f
commit 0730b753f2
3 changed files with 85 additions and 4 deletions

3
protractor-ddc.conf.js Normal file
View File

@ -0,0 +1,3 @@
var data = module.exports = require('./protractor-shared.js');
var config = data.config;
config.baseUrl = 'http://localhost:8003/';