Open chrissramos opened 1 year ago
@chrissramos It seems to me that this cannot be done. I took this assumption from this issue https://github.com/mcdcorp/opentest/issues/292, but I haven't experimented with it myself, so I'm not 100% sure.
But maybe it https://github.com/mcdcorp/opentest/issues/588#issuecomment-1311171812 will direct you to a thought and you will understand how to do what you want.
Also as an alternative, in theory this should work:
Hello
how could i add these libraries for use later on - script area
var fs = require('fs'); var xmlJs = require('xml-js');
thanks!