Update the selenuim web driver used to run javascript tests
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.
I personally do like the trailing commas =) it looks good.
Did #142 fixed this?
Give we can update prettier an have if working with phantomjs, yes.
But it will really be nice to be able to use modern javascript syntax and features and phantomjs is not being updated: https://github.com/ariya/phantomjs/issues/15344
Ahh my bad, this is about updating the driver... had too many tabs open and got confused hehehe.