如何从Windows命令行运行Geb

如何从Windows命令行运行Geb

本文介绍了如何从Windows命令行运行Geb TestCases?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望能够从Windows命令行运行geb测试用例(SampleTestCase.groovy)?

I want to be able to run the geb testcases(SampleTestCase.groovy) from windows command line?

我很难这么做,有人可以帮我吗?

I am having a hard time doing so, can anyone please help me out with this?

谢谢

推荐答案

gradlew''moduleName':test --tests *'fullSpecWithpackage'

gradlew ''moduleName':test --tests *'fullSpecWithpackage'

这篇关于如何从Windows命令行运行Geb TestCases?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 14:24