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.
pip install robotframework-dependencylibraryVerified import paths — ran on the pinned version, not inferred.
Require other tests by their exact name. The dependent test is skipped if any required test failed or was skipped.
Ensure the test name string matches the Robot Framework test case name exactly (including spaces and case).
Run all dependent tests in a single robot invocation, or redesign to use suite-level dependencies with Require Suites.
Use the programmatic keywords Require Tests and Require Suites with the list of names hardcoded or loaded from variables.