mirror of https://github.com/k3s-io/k3s
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
![]() |
exports.config = {
|
||
|
seleniumAddress: 'http://localhost:4444/wd/hub',
|
||
|
specs: ['chrome/**/*.js', '../components/**/protractor/*.js']
|
||
|
};
|