rad  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Attributes | List of all members
etr.plugins.robot.Plugin Class Reference

Robot Framework plugin for etr to allow execution of robot test suites. More...

Public Member Functions

def __init__
 
def run
 Run test specified in configuration. More...
 

Static Public Attributes

string config_schema
 

Detailed Description

Robot Framework plugin for etr to allow execution of robot test suites.

Configuration schema:

Optional (default True)

randomize True|False

robot:
    tests:
        - tests/fail.robot
        - tests/success.robot

Constructor & Destructor Documentation

def etr.plugins.robot.Plugin.__init__ (   self,
  ctx 
)

Member Function Documentation

def etr.plugins.robot.Plugin.run (   self,
  ctx 
)

Run test specified in configuration.

Member Data Documentation

string etr.plugins.robot.Plugin.config_schema
static
Initial value:
1 = """
2 type: object
3 additionalProperties: False
4 properties:
5  tests:
6  type: array
7  items:
8  type: string
9 """

The documentation for this class was generated from the following file: