I am trying to update parameters of runner test (Notification Event (PublishTest) )
i've added notification event to my scenario and i want to change the value of version and build parameters in that event. in the end this notification event is sending email with build=null and version=null (see below email output)
This is automatically email that was sent by the JSystem Scenario Name : default Setup Name : functional.xml Version : null Build : null Station : 1.1.1.1 User Name : Eran Start Time : 6/29/17 3:22 PMRun Tests : 1Failed Tests : 0Warning Tests : 0This scenario wasn't published to the reports system
Hi,
I am trying to update parameters of runner test (Notification Event (PublishTest) )
i've added notification event to my scenario and i want to change the value of version and build parameters in that event. in the end this notification event is sending email with build=null and version=null (see below email output)
i tried the below code but with no success
any idea how to get it working?