📜  你如何自动化来自 JIRA 的用户故事? - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:44.793000             🧑  作者: Mango

代码示例1
● Look at description - Agile story
● Create feature file and save file as Jira story.feature
○ Add scenario located in Acceptance criteria
● Run cukesRunner with dryRun=true
● Implement the methods
● BEFORE AUTOMATING THE TEST CASES IN JIRA ALWAYS MANUAL TEST IT FIRST