|
etr
4.0-pre
|
Robot Framework plugin for etr to allow execution of robot test suites. More...
Public Member Functions | |
| def | __init__ (self, ConfigurationContext ctx) |
| def | run (self, RunContext ctx) |
| Run test specified in configuration. More... | |
| def | __init__ (self, ConfigurationContext ctx) |
| def | run (self, RunContext ctx) |
| Run test specified in configuration. More... | |
Static Public Attributes | |
| string | config_schema |
Robot Framework plugin for etr to allow execution of robot test suites.
Configuration schema:
randomize True|False
robot:
tests:
- tests/fail.robot
- tests/success.robot
Configuration schema:
randomize True|False
robot:
tests:
- tests/fail.robot
- tests/success.robot
| def etr.plugins.robot.Plugin.__init__ | ( | self, | |
| ConfigurationContext | ctx | ||
| ) |
| def etr.plugins.robot.Plugin.__init__ | ( | self, | |
| ConfigurationContext | ctx | ||
| ) |
| def etr.plugins.robot.Plugin.run | ( | self, | |
| RunContext | ctx | ||
| ) |
Run test specified in configuration.
| def etr.plugins.robot.Plugin.run | ( | self, | |
| RunContext | ctx | ||
| ) |
Run test specified in configuration.
|
static |