Skip to content

Update the selenuim web driver used to run javascript tests #143

@prusse-martin

Description

@prusse-martin

After updating "prettier" pre-commit hook to "v3.0.0-alpha.0" PhantomJS started to fail parsing the javascript source due new trailing commas, the command line option --trailing-comma=none will avoid that.

We need:

  • Update the selenium web driver user to run tests (chromiun?);
    - or find out how to pass the trailing-comma flag via pre-commit hook;
    - or keep living using "prettier 2.7.1";

The trailing-comma option is being passed using the .prettierrc file.
Updating is relevant because newer qt support more recent javascript syntax support that can't be properly used because PhantomJS does not support it.

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