<html><body><span style="font-family:Verdana; color:#000; font-size:10pt;"><div>I'm building a rebar3 application and using ct to test it. I have a bunch of test files containing data (sample json) to use as part of testing. When it was just a few, I converted them to erlang terms, and used -define in .hrl files in the include directory. But that doesn't scale well nor make for easy configuration management. I'd prefer to store each json (for a particular test) in a file since those files already exist created by others for validation. Then the test could read the file, and use jsx to convert text to json for comparison within the test.<br></div><div><br></div><div>Where can I stick a bunch of files and then access them as part of test? I understand there is a data_dir. Is that the proper way to do it? Where in the tree do I put a file so it ends up in data_dir?<br></div><div><br></div><div>Duncan Sparrell</div><div>sFractal Consulting LLC</div><div>iPhone, iTypo, iApologize</div></span></body></html>