avocado_robot package¶
Module contents¶
Plugin to run Robot Framework tests in Avocado
-
class
avocado_robot.NotRobotTest¶ Bases:
objectNot a robot test (for reporting purposes)
-
class
avocado_robot.RobotCLI¶ Bases:
avocado.core.plugin_interfaces.CLIRun Robot Framework tests
-
configure(parser)¶
-
description= "Robot Framework options for 'run' subcommand"¶
-
name= 'robot'¶
-
run(args)¶
-
-
class
avocado_robot.RobotLoader(args, extra_params)¶ Bases:
avocado.core.loader.TestLoaderRobot loader class
-
discover(url, which_tests=False)¶
-
static
get_decorator_mapping()¶
-
static
get_type_label_mapping()¶
-
name= 'robot'¶
-
-
class
avocado_robot.RobotTest(name, params=None, base_logdir=None, job=None)¶ Bases:
avocado.core.test.SimpleTestRun a Robot command as a SIMPLE test.
-
filename¶ Returns the path of the robot test suite.
-
test()¶ Create the Robot command and execute it.
-