sumit0609
5 years agoOccasional Contributor
ReadyAPI execution based on Tags
In my datasource i have created a column (testType) with values : Smoke and Regression where the value signifies if i want the row to be treated as Regression eligible scenario or smoke eligible.I want to be able to execute the scripts from Jenkins using one of the testType value . My pipeline using jenkinsFile.
Anyone has implemented such a feature or any suggestions?