keyboard-layout-editor/tests/conf.js
Ian Prest 4b43791e19 Testing: Added a very simple launch unit-test
-- Testing using protractor
2015-07-18 16:40:31 -04:00

4 lines
97 B
JavaScript

exports.config = {
seleniumAddress: 'http://localhost:4444/wd/hub',
specs: ['kb-spec.js']
};