Create node version of gentest script #1498

Closed
joevilches wants to merge 1 commits from export-D51874433 into main

1 Commits

Author SHA1 Message Date
Joe Vilches
4c95c20f8d Create node version of gentest script
Summary:
The only instance of ruby in this repository is `gentest.rb` used to generate test cases from html fixtures. This is quite annoying as ruby is not the most popular compared to something like Node and it does not integrate into the rest of our stack. I changed this to use Node.js instead. Instead of `watir` we now use `selenium-webdriver`. `watir` is backed by Selenium so I do not expect anything to change.

Next commits will add command line options, clean up gentest.rb and its references, and change the README

Differential Revision: D51874433
2023-12-07 13:05:25 -08:00