Markus
Markus
# Challenge I have robot tasks with keyword resource that I would like to test with robot test cases. Thus, I have task suites and test suites in the same...
Executing robot builds in Sublime only works with rather static Build Configuration. We would like to start exactly that testcase we are currently working on. That's usually the testcase where...
**Describe the bug** Just a small thing: I tried to use the keyword `Wait For Element State`, which failed. The keyword name is `Wait For Elements State` (plural). Maybe rename...
Added missing file extension for Robot Framework resource files. ## Description Keyword-only files in Robot Framework have `.resource` extension since Robot Framework 3.1 (which is since a couple of years.)....
Closes #98 This PR adds a simple json-reader creating test data from any JSON file. The use case is data provided by APIs that is structured and well formatted. For...
Hi, I would like to become a member and move my CamundaLibrary from Robot Framework community to camunda-community-hub: https://github.com/MarketSquare/robotframework-camunda Background is, that it is more useful for Camunda community than...
Many options from Robot Command API would be desirable to be added to the webservice. All of them could be integrated at once, if we choose argument files as input...
As a tester, I want to provide a lot of test cases to the webservice and trigger them by tag. Right now, we can only call test cases by `name`.
*Using RF 7.0* Following example ``` *** Settings *** Library EggplantLibrary AS eggplant1 # contains keyword 'Connect SUT' *** Test Cases *** Demo Connect SUT ``` Results in error message:...
*Using RF 7.0* Consider following exampe: ``` *** Settings *** Library MyLibrary AS still_empty_yet *** Test Cases *** Demo No Operation ``` When executed I get a warning: > Imported...