Example script for reading iteration data from a CSV file and writing back the test results
First install all the dependencies:
npm install
Run the collection:
node script.js
Example script for reading iteration data from a CSV file and writing back the test results
JavaScriptMIT