linux - 如何在不使用 Intellij 的情况下在 Linux centos 中运行 cucumber 测试用例

标签 linux intellij-idea centos cucumber build.gradle

我有 gradle 构建的 cucumber 测试用例,可以通过 Windows 10 中的 intellij 运行它们。(能够通过从 intellij 选择路径来运行 .bat 文件)

问题。 ## 请帮助我如何在 Linux centos 中运行特定的 cucumber 测试场景? ##

有没有办法在Linux Centos中通过文件运行cucumber测试场景?

最佳答案

您可以从命令提示符运行 cucumber。如何执行此操作取决于您使用的 cucumber 语言版本。

看看https://cucumber.io/docs查找适用于您的特定平台的信息。

关于linux - 如何在不使用 Intellij 的情况下在 Linux centos 中运行 cucumber 测试用例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57174504/

相关文章:

c - C语言中,如何调用我的函数而不是系统库函数

Linux查找没有文件的文件夹,但只查找子文件夹

r - IntelliJ IDEA 中的 "The R Interpreter"设置是什么?

node.js - bash,nohup sh 文件启动 Node , Node 在注销时挂起?

git - 在 CentOS 5.5 上安装 Gitolite 的问题

linux - 从 cron 作业的 shell 脚本启动服务( Upstart )

c++ - GCC __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535)

linux - shell脚本: syntax error near unexpected token `while'

scala - 如何在 IntelliJ IDEA 中使用 Scala(或 : why is it so difficult to get a working IDE for Scala)?

javascript - PHPStorm - Javascript 语法突出显示在 php 文件中不起作用