*** Settings ***
Library SeleniumLibrary
Library DataDriver …/Resources/Testdata.xlsx sheet_name=${SheetName}
*** Test cases***
Normal test case 1
Template test case 2
[Template] Login
Keywords
Login
When I run this, it always skip either the template test case or normal test case based on the order. Cannot execute both in the same robot file. Can someone please help?