0
A
回答
0
<plugin>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-maven-plugin</artifactId>
<version>4.0.1</version>
<executions>
<execution>
<id>run-stories</id>
<phase>integration-test</phase>
<configuration>
<storyTimeoutInSecs>600</storyTimeoutInSecs>
<systemProperties>
<property>
<name>fileName</name>
<value>${fileName}}</value>
</property>
</systemProperties>
<includes>
<include>**/${fileName}</include>
</includes>
<scope>test</scope>
</configuration>
<goals>
<goal>run-stories-as-embeddables</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
和行家命令:
mvn clean install -DfileName="argument"
相關問題
- 1. 如何傳遞參數來執行HttpServer?
- 2. 傳遞一個ADODB參數數組來運行?
- 3. SSIS傳遞一個變量來執行sql任務(創建表參數)
- 4. 執行一個帶有node.js的shell程序並傳遞參數
- 5. 傳遞參數並執行另一個PHP腳本
- 6. 當我傳遞一個參數時,代碼沒有執行
- 7. 啓動一個可執行文件並傳遞參數
- 8. 傳遞參數執行由捲曲
- 9. 傳遞參數到c可執行
- 10. 通過cli傳遞參數執行php
- 11. 執行PHP在後臺傳遞參數
- 12. 參數傳遞到執行腳本
- 13. NSURL傳遞一個參數
- 14. 如何使用VBA傳遞參數來執行PowerShell功能
- 15. 如何在php中傳遞參數來執行shell命令?
- 16. 傳遞命令行參數/參數AutoIt的可執行文件
- 17. 傳遞參數來運行Bash腳本
- 18. 如何將參數傳遞給Jbehave生命週期
- 19. C++傳遞函數作爲參數,在某個點執行
- 20. 傳遞參數來控制
- 21. 傳遞參數來模擬
- 22. 傳遞參數來保存()
- 23. 傳遞參數來查看
- 24. 傳遞多個參數來GraphQL查詢
- 25. 如何將多行字符串作爲jbehave故事的輸入參數傳遞?
- 26. Android的asynctask,如何傳遞幾個不同的參數來執行方法?
- 27. 傳遞一個塊並執行內聯?
- 28. 傳遞一個XML中執行即時
- 29. 如何執行從node.js傳遞一些參數的.bat文件?
- 30. 傳遞。$ row [something]的值來執行另一個查詢