Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DependencyLibrary to support test case/suite dependency (#1323)
Robot Framework DependencyLibrary allows creating dependency between test cases and test suites. For example, if test A must be executed before test B (because B expect some resources created by A), but test A failed - then test B will not be executed. Using DependencyLibrary often in our sequential tests can save run and diagnostic time due to failed tests that were dependent on others. This commit includes a first use of `Depends On Test` KW in: 420__model_serving.robot suite. Signed-off-by: manosnoam <nmanos@redhat.com>
- Loading branch information