Skip to content
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
@acostaf

Description

@acostaf

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions