------------------
- Add a new command-line option for robot-server to start Zope in debug-mode
(useage: bin/robot-server -d or bin/robot-server --debug-mode)
[datakurre]
- Change robot LISTENER_PORT (used in communication between bin/robot-server
and bin/robot via robotframework) to default port 49999 instead of 10001
[datakurre]
- Add SELENIUM_RUN_ON_FAILURE-variable into resource file
plone/app/robotframewor/selenium.robot to support custom keyword be called
at the first failing step (defaults to Capture Page Screenshot, but can be
changed to ease debugging)
- Refactor Debug keyword in plone/app/robotframwork/keywords.robot to
to support both DebugLibrary and Dialogs-library and finally fallback to
pdb REPL.
- Add new script bin/robot-debug as a shortcut to run robot with variable
SELENIUM_RUN_ON_FAILURE=Debug
[datakurre]
- Fix MOCK_MAILHOST_FIXTURE's teardown to don't crash on missing
portal._original_mailhost attribute because of wrong layer order
[thet]