robotframework / QuickStartGuide

Robot Framework Quick Start Guide
280 stars 309 forks source link

Update QuickStart.rst #17

Closed adamzki99 closed 10 months ago

adamzki99 commented 1 year ago

Deprecation of Force Tags and Default Tags

"Prior to Robot Framework 6.0, tags could be specified to tests in the Setting section using two different settings:

Force Tags All tests unconditionally get these tags. This is exactly the same as Test Tags nowadays." - Robot Framework Documentation: https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#using-arguments

pekkaklarck commented 1 year ago

Good point. Because Test Tags doesn't work with older Robot versions,v6.0 is still pretty new, and using Force Tags doesn't yet cause any deprecation warnings, I believe it's better to wait a bit before doing this change.