Good day!
There are two classes, in one class there is Test1, in the second class there is Test2. Is it possible to throw a dependency between them (What would the execution of Test2 depend on the execution of Test1)? Is it possible in dependsOnMethods to point to a test from another class?