|
| Apache Maven & Failsafe |
Disclosure
Before you start reading further: The following article may contain errors, imprecisions or be out-of-date. If you have any question you don't see answered here, please leave your comment on the section below to help me improve this article.This time I'll be picking up the previous Bootify+MySQL project used in the previous post, and add a couple of Selenium tests. I will be posting the final solution as an 'archetype' for others to use, but i recall the system where the tests are being run needs to be configured so that Firefox can be instrumented by Selenium WebDriver. It depends on what system you will be running your tests.
Project sources: selenium_integration_tests.tar.gz
Happy Coding!