mirror of
https://github.com/ijprest/keyboard-layout-editor.git
synced 2026-04-09 01:30:49 -07:00
5 lines
157 B
JavaScript
5 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'
|
|
};
|