-------------------
New features:
- Test with robotframework version 3.0. [maurits]
- Added ``Plone Test Setup`` and ``Plone Test Teardown`` keywords. In
that last one, in case of a failure do what is done by
``run_on_failure``, which will be removed in version 1.0. This
means a screen shot by default, but you can override this on the
command line with for example ``ROBOT_SELENIUM_RUN_ON_FAILURE=Debug``.
See https://github.com/plone/Products.CMFPlone/pull/1652
[maurits]
- Add ``Running tests with the Google Chrome browser`` section.
Briefly: ``ROBOT_BROWSER=chrome ./bin/test --all``
[thet]
Bug fixes:
- Replaced deprecated ``Fail Unless Equal`` with ``Should Be Equal``
in test. [maurits]