robotframework-cookbook icon indicating copy to clipboard operation
robotframework-cookbook copied to clipboard

Create recipe(s) to demonstrate new features of Robot Framework 5 syntax

Open adrianyorke opened this issue 3 years ago • 1 comments

Robot Framework 5 brings several new syntax features:

  • Native TRY/EXCEPT
  • WHILE loop
  • RETURN statement
  • Inline IF
  • BREAK & CONTINUE

Create recipes to demonstrate how to use the new syntax.

adrianyorke avatar Jan 23 '22 20:01 adrianyorke

There are some good examples of TRY, EXCEPT, WHILE, BREAK and CONTINUE here in the standard lib documentation: https://docs.robotframework.org/docs/different_libraries/standard

adrianyorke avatar Jan 14 '24 00:01 adrianyorke