Commit 9072d06c authored by Thibaut Frain's avatar Thibaut Frain

adding binary phantomjs to exec tests in erp5

parent 2b7283b0
File added
......@@ -15,7 +15,7 @@ class OFFICEJSTest(TestCase):
"""
root_directory = __file__[0:-len("/test_launcher_for_officejs/tests/testOfficeJS.py")]
command = ["%s %s %s; exit 0" % (
'%s/node_modules/.bin/phantomjs' % root_directory,
'%s/test/phantomjs' % root_directory,
'%s/test/run-qunit.js' % root_directory,
'%s/test/officejs.html' % root_directory)]
print command
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment