adrianyorke/robotframework-cookbook

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

adrianyorke opened this issue · 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.