-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fc] Repository: plone.app.robotframework
Branch: refs/heads/master Date: 2016-06-29T16:51:56+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.robotframework@d513cb7 Do not use run_on_failure from Selenium2Library. This interferes with Wait until keyword succeeds: an initial failure is seen as total failure instead of checking the retries of this keyword. Added `Plone Test Setup` and `Plone Test Teardown` keywords. In that last one, in case of a failure do what used to be done by run_on_failure. 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, or Nothing to ignore it. See plone/Products.CMFPlone#1652 Files changed: M CHANGES.rst M src/plone/app/robotframework/selenium.robot Repository: plone.app.robotframework Branch: refs/heads/master Date: 2016-06-29T20:55:40+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.robotframework@fdea4a1 Merge pull request #57 from plone/maurits-no-run-on-failure Do not use run_on_failure from Selenium2Library. Files changed: M CHANGES.rst M src/plone/app/robotframework/selenium.robot
- Loading branch information
Showing
1 changed file
with
119 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters