How do you run tests in parallel using robot framework? Issues with Parallel Library
问题 The below is the code present in parallel_tests.txt *** Settings *** Library Parallel *** Test Cases *** Runner Run Parallel Tests Hello World Hello [Tags] parallel Log Hello123 World [Tags] parallel Log World123 I am trying to execute this test case file from terminal using jybot as below: jybot parallel_tests.txt; I am getting the following error: No keyword with name 'Run Parallel Tests' found. How to execute both test cases Hello and World ,in parallel in robot framework using parallel