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

nunit http://www.nunit.org/index.php?p=category&r=2.2


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -