odoo/openerp/addons/base/tests/test_phantom_hello.js

6 lines
130 B
JavaScript

console.log("hello from test_phantom_hello.js");
console.log("ok");
// For a failure use:
//console.log("error");
phantom.exit();