Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add possibility to save dynamically created test suite into a robot file #3323

Open
@mikahanninen

Description

@mikahanninen

Below is an example of the feature.

suite = robot.api.TestSuite('Example')
test = suite.tests.create('T1', tags=['example'])
test.keywords('Log', ['message'])
suite.save('tests.robot')

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions