我用黄瓜配柏树有以下问题。我有以下功能文件:
Feature: Validate search.
As a user i want to validate a search using different pages
Scenario: Make a search using google
Given Enter to google
Then I Make a search
And I validate the results
Scenario: Make a search using yahoo
Given I enter to Yahoo
Then I Make a search
And I validate the results
然而,当我执行所有测试时,当我检查cucumber生成的Json文件时,只显示最后一个场景的信息(使用yahoo进行搜索)。有人知道如何将这两种场景显示在JSON文件中吗?文章源自玩技e族-https://www.playezu.com/180520.html
谢谢文章源自玩技e族-https://www.playezu.com/180520.html 文章源自玩技e族-https://www.playezu.com/180520.html
评论