I believe you also have to make sure the script is copied to the build
folder. Try adding the following key to your config:
"testrunner::build-tests-files" : {
"copy-files" : {
"files" : [ "script/util.js" ]
}
}
Hope this helps,
T.
On Wed, Jan 20, 2016 at 8:12 AM, Josep Tor
Hi all,
I am trying to add an external script to the Testrunner application.
When I add it to the source version everything is fine, but when I add it to
the build version then I am not able to load the testrunner application.
Those are the important bits of my config.json
"testrunner::source-te