{"library":"robotframework-dependencylibrary","title":"Robot Framework DependencyLibrary","description":"Robot Framework test library for declaring dependencies between test cases and suites, enabling sequential execution and skipping of dependent tests when prerequisites fail. Latest version 4.0.1, active development with infrequent releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install robotframework-dependencylibrary"],"cli":null},"imports":["from DependencyLibrary import DependencyLibrary"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"*** Settings ***\nLibrary    DependencyLibrary\n\n*** Variables ***\n@{REQUIRED_TESTS}    Login    NavigateToSettings\n\n*** Test Cases ***\nDependent Test\n    [Tags]    integration\n    Require Tests    @{REQUIRED_TESTS}\n    Log    This test runs only if Login and NavigateToSettings passed.","lang":"python","description":"Require other tests by their exact name. The dependent test is skipped if any required test failed or was skipped.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}