jheOccasional Visitor9 years agoStatus: New IdeaAdding New Parameter won't fail the tests It's a pain internally for our team that when we introduced new parameter to an existing keyword tests, all tests that are reference to it are failing. Often times, the new parameters are added for s...Show More
cunderwCommunity Hero9 years agoIf you mark the parameter as optional and with a default value, the tests shouldn't fail.