IntelliJ编辑器:从" Scenario"中选择IntelliJ中的所有行。

时间:2014-10-01 08:55:33

标签: intellij-idea

我正在使用IntelliJ进行Selenium Webdriver测试。对于组织内需要的报告,我需要创建一个Word文档,其中包含我们使用的所有测试场景。 IntelliJ中是否有一种方法可以从“场景”开始快速选择,复制和粘贴编辑器中的所有行?

作为一个例子:我在intelliJ编辑器中有以下几行:

Scenario-001: Home Page functionality
Given user opens the website
Then the user clicks on News
Then the user sees the text "Hello World" 

Scenario-002: News page functionality
Given user opens the website
Then the user clicks on News
Then the user clicks on Read More
Then the user sees the text "Hello World Again!" 

etc.

我想快速选择以Scenario开头的所有行,复制粘贴以具有以下内容:

Scenario-001: Home Page functionality
Scenario-002: News page functionality
Scenario-003: Form page functionality

etc.

有快速的方法吗?我问的原因是我们有大约200个场景,我真的不想选择单独的一行,将其复制并粘贴到word文档中并冲洗并重复199次......

0 个答案:

没有答案