selenium - Grouping the scenarios in cucumber -
how can group scenarios , run using test runner? using cucumber selenium, , need group scenarios.
categories - use whichever method chosen unit testing framework uses(assuming you're using one)
junit https://weblogs.java.net/blog/johnsmart/archive/2010/04/25/grouping-tests-using-junit-categories-0
testng http://www.tutorialspoint.com/testng/testng_group_test.htm
Comments
Post a Comment