I just released a new screencast. This one demonstrates how to build a wrapper around Javascript controls and then register them with page-object so they behave like any other element.
I just released a new screencast. This one demonstrates how to build a wrapper around Javascript controls and then register them with page-object so they behave like any other element.
One of the popup comics in the screencast says something like: “it would be nice if I could generate all the steps at once”. That is actually pretty easy. When you write the Cucumber feature file, just run it (with something like “cucumber feature_name.feature”) and Cucumber will output templates for all steps in the command line.