mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 15:02:07 +01:00
12 lines
179 B
JavaScript
12 lines
179 B
JavaScript
exports.config = {
|
|
seleniumAddress: 'http://127.0.0.1:4444/wd/hub',
|
|
|
|
specs: [
|
|
'./e2e/spec.js'
|
|
],
|
|
|
|
capabilities: {
|
|
'browserName': 'chrome'
|
|
}
|
|
};
|