mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
Support of Firefox in e2e tests
This commit is contained in:
14
tests/e2e.all.js
Normal file
14
tests/e2e.all.js
Normal file
@@ -0,0 +1,14 @@
|
||||
exports.config = {
|
||||
seleniumAddress: 'http://127.0.0.1:4444/wd/hub',
|
||||
|
||||
specs: [
|
||||
'./e2e/cmdDriver.js',
|
||||
'./e2e/spec.js'
|
||||
],
|
||||
|
||||
multiCapabilities: [{
|
||||
'browserName': 'chrome'
|
||||
},{
|
||||
'browserName': 'firefox'
|
||||
}]
|
||||
};
|
||||
Reference in New Issue
Block a user