Zarkonnen / se-interpreter

Interpreter for Selenium Builder JSON scripts based on node.js and wd.
34 stars 31 forks source link

Add support for CSV data files #47

Closed zcsteele closed 7 years ago

zcsteele commented 9 years ago

Selenium Builder supports data files in CSV format, but scripts generated using CSV data files cannot (yet) be run through se-interpreter.

I added a new source handler for type 'csv' using npm libraries 'csvtojson' and 'deasync' to parse the CSV contents.