I want to split my tests in different files
- login.feature
- student.feature
- item.feature
- logout.feature
Login.feature need to be my first script to run because for other tests I need to be logged in (I will disable the reinstall app between feature).
So I need to make sure that my first test is the login and my last test is logout, I don't care is run first student or item.