odoo/addons/web_tests/tests/test_ui_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();