How to marke a gatling test as pending

19 views
Skip to first unread message

Neda

unread,
Jul 17, 2017, 7:33:04 PM7/17/17
to Gatling User Group
Hi All,

Is there any way to mark a test(s) as pending? I have a class that includes a bunch of tests, but I want to disable running them now and enable them after a couple of month. 

Thanks,

lobmails

unread,
Jul 17, 2017, 9:18:24 PM7/17/17
to Gatling User Group
The only way I could think of is to remove those scenarios from the scenario chain within the class.

scenario("MyScenario")
.exec(Home.homePage, Stub.
scenario, Working.scenario, Pending.scenario)

remove the pending scenario and replace it with stub method.

Neda

unread,
Jul 19, 2017, 7:48:14 PM7/19/17
to Gatling User Group
 Thanks. I'll try it :)
Reply all
Reply to author
Forward
0 new messages