I have a prerunmodifier file which removes certain test cases depending upon certain conditions. But, sometimes I want to force execute a tag even though it is removed by the prerunmodifier. Is there an option in Robot Framework to achieve the same?
Example:
This is a sample testcase
[Tags] ABC Test_123
Test step 1
Test step 2
.
.
.
Suppose the prerunmodifier removes the testcase with tag "ABC". The above test case will be excluded. But in some scenario I will want to run testcase with tag "Test_123". But if it is already removed by prerunmodifier when I mention the tag name "Test_123" under "--include" section this test case will not be available for execution and I will not be able to run the test case. Is there any option to handle such scenarios?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…