RoboMachine
RoboMachine copied to clipboard
Model-based testing with Robot Framework
RoboMachine fails to build in https://github.com/nixos/nixpkgs ever since pyparsing was upgraded from 2.4.7 to 3.0.6 (due to some tests failing): ``` [...] ERROR: test_generate_random_with_variable_resolving_problem (robomachine.test.robomachina_test.TestTestGeneration) ---------------------------------------------------------------------- Traceback (most recent call...
Exception at line 20 Expected Re:('\\w+( \\w+)*') line: "${NAME} any of ${NAME} ${NAME1} ${NAME2} ${NAME3} ${NAME4} ${NAME5}" Code below :+1: *** Settings *** Library Collections Library json *** Variables ***...
Is it possible to provide a list for "any of", and create test cases according to list length? ``` ${USERNAME} any of @{LIST} ```
Was it intentional to have both '0.7' and 'v0.7' tags in repo? ``` $ git tag 0.2 0.5 0.6 0.7 v0.7 ``` I was expecting the next tag to be...
Variable that is defined from the values of the other variables ${RESULT} := FOO when condition BAR when condition2
Something like: ``` Foo ==> bar then ${ZOO} = value ```