Zarkonnen / se-interpreter

Interpreter for Selenium Builder JSON scripts based on node.js and wd.
34 stars 31 forks source link

empty test "0/0 tests ran successfully" #6

Closed dd46 closed 10 years ago

dd46 commented 10 years ago

Ive just recorded steps via se-builder, saved it and run se-interpreter on json file. Im getting : "0/0 tests ran successfully. Exiting.

Done, without errors."

dd46 commented 10 years ago

using windows7, "se-interpreter test.json" in command line.

Zarkonnen commented 10 years ago

Could I have a look at your saved script and the invocation you use to run it? There's been issues previously with se-interpreter silently ignoring errors - which is something I need to fix, of course, but perhaps I can help you work around it for now.

dd46 commented 10 years ago

Hej sory for late answer - problem was missing {"type": "script"} in "examples/tests/full_example.json" and in my test.json file.

Zarkonnen commented 10 years ago

Glad you got it fixed. :) Closing this one as being a duplicate of https://github.com/Zarkonnen/se-interpreter/issues/3 .