Need help in generating and running unit test for my groovy script(Jira advaptivist groovy script)
Answered
I want to generate unit test for my custom script
I'm trying implement unit test through intellij. Please help with steps to perform .
Please sign in to leave a comment.
Hi Vaishnavi,
You can refer to this documentation for the instructions: https://www.jetbrains.com/help/idea/getting-started-with-groovy.html#test_groovy
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.