Improved reports
Since version 0.6 the reports have been improved. Now the actual lines of the testcases are also written out.
Here is an example of a simple testcase:
get_html | http://www.google.de
check_title | Google
select_form | 0
set_textfield | q = jConfig
submit_form | btnG
check_text | jConfig
This will now produce the following output where you can see the details for every step in the testcases:
Test:........: testcases/google.test
Duration:....: 2421ms
1 : get_html | http://www.google.de ... OK
2 : check_title | Google ... OK
3 : select_form | 0 ... OK
4 : set_textfield | q = jConfig ... OK
5 : submit_form | btnG ... OK
6 : check_text | jConfig ... OK
Result:......: OK