0

我刚刚安装了 squashTA,我尝试做这个教程

https://sites.google.com/a/henix.fr/wiki-squash-ta/tutorials/tuto-3-how-to-test-a-web-application-with-database-checks-with-squash-钽和硒

但是当我尝试运行时,控制台输出中有此消息:

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - [name of my company]m:0.0.1-SNAPSHOT
[INFO]    task-segment: [integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to configure plugin parameters for: org.squashtest.ta:squash-ta-maven-plugin:1.6.0-RELEASE



 Cause: Cannot find setter nor field in   org.squashtest.ta.commons.exporter.html.HtmlSuiteResultExporter for 'exportAttached'
 [INFO] ------------------------------------------------------------------------
 [INFO] For more information, run Maven with the -e switch
 [INFO] ------------------------------------------------------------------------
 [INFO] Total time: 4 seconds
 [INFO] Finished at: Tue Aug 20 10:53:10 CEST 2013
 [INFO] Final Memory: 24M/59M
 [INFO] ------------------------------------------------------------------------

有没有人和我一样的问题?谢谢你的帮助!

4

2 回答 2

0

问题解决了。在“运行配置”期间,我在“Maven 运行时”中选择了错误的选项。在我的日食中,它应该是“嵌入式”选项,而我从本地驱动器中选择了“外部”。

于 2013-09-06T08:06:50.857 回答
-1

供您参考,Squash TA 现在称为 Squash AUTOM,它基于一个名为 OpenTestFactory 的开源编排器更多信息:

于 2021-11-15T13:22:37.190 回答