AutoGeneral / IridiumApplicationTesting

A&G Web Application Testing Suite
https://www.gitbook.com/book/autogeneral/iridiumapplicationtesting-gettingstartedguide/details
MIT License
20 stars 13 forks source link

Adding Functionality to Allow Override of Default Keystroke Delay #36

Closed peterwcm closed 8 years ago

peterwcm commented 8 years ago

At the moment, keystroke delay is default to '300' ms for populate steps. Users can override the value in each step individually but not at a global level. Would be good to let users declare a different keystroke delay like, And I set the default keystroke delay to "100" milliseconds so that users have an option to speed up the test easily

mcasperson commented 8 years ago

This has been added with release 0.0.50. See https://github.com/mcasperson/IridiumApplicationTesting/blob/master/src/test/resources/steptest.feature#L46 for an example.