You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
keyboard-layout-editor/tests/conf.js

6 lines
157 B
JavaScript

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