Reputation: 305
I am new to Robot Framework. I came across a scenario where i just want to create Employee details and not assert, is there a way in Robot framework where i can run a file which has KeyWords section and not TestCases and still execute the operation?
Upvotes: 2
Views: 836
Reputation: 98
There is robotlab which is a robotframework flavoured jupyterlab ide.
Teatcases and keywords are organised in so called notebooks. There was a lightning talk at the robocon conference last week, where they demonstrated execution of keywords without a wrapped test case.
Maybe that ide fits your need.
Upvotes: 0