Metadata-Version: 2.3
Name: robotframework-oneflow
Version: 0.1.3
Summary: Robot Framework library to treat a test suite as a one flow, where if any test case will fail than it skip the rest of the tests
License: MIT
Author: otemek
Author-email: etombsc@gmail.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: robotframework (>=6)
Description-Content-Type: text/markdown

Robot Framework library which imported treats the whole test suite as a one flow, it means that if any test case fail, than the rest execution is skipped
