Need help in generating and running unit test for my groovy script(Jira advaptivist groovy script)

已回答

I want to generate unit test for my custom script 

I'm trying implement unit test through intellij. Please help with steps to perform .

0

Hi Vaishnavi,

You can refer to this documentation for the instructions: https://www.jetbrains.com/help/idea/getting-started-with-groovy.html#test_groovy

0

This link has the information related to unittest performing using junit

but here i want to implement through spock in intellij .I want some help and detailed steps.

 

 

0
For Spock, see if it helps to follow the steps from this guide: https://www.jetbrains.com/help/idea/spock.html
0

请先登录再写评论。