This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Protractor test is not starting on Firefox #886
Closed
Description
I have got a set of test that run fine on chrome but when I change the capabilities browserName from chrome to firefox don't even get a error info
Before
capabilities: {
'browserName': 'chrome',
'chromeOptions': { args: ['--test-type', 'show-fps-counter=true'] }
},
//After
capabilities: {
'browserName': 'firefox'
},
Metadata
Metadata
Assignees
Labels
No labels