davidje13 / Refacto

A remote retro facilitation tool.
https://retro.davidje13.com/
GNU General Public License v3.0
23 stars 6 forks source link

Consider using npm chromedriver / geckodriver packages #20

Closed davidje13 closed 1 year ago

davidje13 commented 4 years ago

To help manage chromedriver & geckodriver, the following packages can be used:

These should be able to automatically install the correct version for the target machine. Might need to investigate what happens if Chrome or FireFox are not installed on the machine. The packages also have a non-trivial number of dependencies so this might add some dev bloat.

davidje13 commented 1 year ago

This has been done as part of the recent work to revamp the build tooling.