Class RunOnEnvTag


  • public class RunOnEnvTag
    extends Object
    Allows conditional scenario execution using @skipOnEnv and @runOnEnv tags
     
          \@runOnEnv(param1,param2,param3,..): The scenario will only be executed if ALL the params are defined.
          \@skipOnEnv(param1,param2,param3,..) The scenario will be omitted if ANY of params are defined.
     
    Author:
    Jose Fernandez