我编写了一个脚本来运行我的网络应用程序。Below is the structure of my project
我想在命令提示符中运行此代码..任何人都可以帮助我吗?我是这个新手
答案 0 :(得分:0)
您可以使用CLI运行程序see the documentation here
来自文档:
Usage: java cucumber.api.cli.Main [options] [[[FILE|DIR][:LINE[:LINE]*] ]+ | @FILE ]
Options:
-g, --glue PATH Where glue code (step definitions, hooks
Feature path examples:
<path> Load the files with the extension ".feature"
for the directory <path
and its sub directories.
<path>/<name>.feature Load the feature file <path>/<name>.feature
from the file system.
classpath:<path>/<name>.feature Load the feature file <path>/<name>.feature
from the classpath.
<path>/<name>.feature:3:9 Load the scenarios on line 3 and line 9 in
the file <path>/<name>.feature.
@<path>/<file> Parse <path>/<file> for feature paths generated
by the rerun formatter.