mirabeau-nl / WbTstr.Net

[DEPRECATED, see README.md] Easy automated functional testing.
MIT License
4 stars 3 forks source link

Implement dryrun mode #12

Closed lazytesting closed 9 years ago

lazytesting commented 9 years ago

For Test first development i's useful to be able to run the tests without actually invoking the browser. When a dryrun is performed we should only log the actions/validations.

onnovalkering commented 9 years ago

Basic DryRun functionality has been added (no commands will be send to the webdriver, but still logs actions). Can be elaborated more in the future.