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

Recipe request: script to demonstrate working with Process library keywords

Open adrianyorke opened this issue 4 years ago • 3 comments

Process library can be used for tests that run processes.

This recipe could demonstrate how to use the following keywords:

  • Start Process
  • Run Process
  • Wait For Process
  • Terminate Process
  • Terminate All Processes

Also check the example in the documentation although a working script is preferred for all recipes in Cookbook.

adrianyorke avatar Apr 24 '20 20:04 adrianyorke

I'll work on this one this week.

tompurl avatar Apr 25 '20 19:04 tompurl

Thanks @tompurl - you can start with a simple recipe to get this moving. I appreciate your input.

adrianyorke avatar Apr 25 '20 20:04 adrianyorke

@tompurl I created a few missing section folders to help contributors but realised that might confuse you if you are working off a fork as you are now behind the master branch. Remember to do a "git pull --rebase" to get the latest commit before you push your changes. You can delete the .getkeep file if you add a new script to a folder that would otherwise be empty.

adrianyorke avatar Apr 26 '20 00:04 adrianyorke