README.md in lazyman-0.1.5 vs README.md in lazyman-0.1.6
- old
+ new
@@ -40,9 +40,26 @@
Lazyman go command supports all the rspec options and it is the recommend way.
You can find test report in app/reports folder. It is a html file with current time stamp.
+Using Console
+-------------
+You can use eat console to debug your test in irb.
+
+ cd your_project_name
+ lazyman c
+
+Lazyman will load all your pages, start irb and open browser which was defined in your config.yml.
+
+Then you can use $navi variable the same way in your test file.
+
+ p = $navi.goto_baidu_page
+ p.keyword="watir-webdriver"
+ p.search_element.click
+
+You can type everything just like you are write a text case.
+
Understand lazyman project structure
------------------------------------
Lazyman project has a clean and simple structure.