如何从命令行运行我的黄瓜java功能与Intellij和junit-4.12.jar一起开发

时间:2015-08-21 00:14:31

标签: intellij-idea cucumber bdd cucumber-jvm cucumber-java

我在Intellij IDE上创建了我的黄瓜java功能,我可以使用IDE运行我的功能测试。但现在我需要使用命令行运行这些测试。所以我对如何执行它有疑问。

有我的项目结构:

├── CucumberPOC.iml
└── src
    └── test
        ├── CucumberRunner.java
        ├── java
        │   ├── CheeseStepDefinition.java
        │   └── StepDefinition.java
        └── resources
            ├── cheese.feature
            └── myfeature.feature

我正在使用junit-4.12.jar库。我正在尝试执行用作问题答案的命令: How to run a Cucumber-JVM feature file from the command line 。但它命令对我不起作用,我想运行我的所有套件或特定功能。

此外,我想在没有 maven 的情况下运行该命令。只是一个简单的命令,如:

java  library_path arguments_my_features....

我不知道如何使用java命令来运行功能,这是我的问题。

0 个答案:

没有答案