All Downloads are FREE. Search and download functionalities are using the official Maven repository.

squash-ta.squash_generic.ta Maven / Gradle / Ivy

There is a newer version: 4.23.18
Show newest version
TEST :

LOAD junit AS junitTestSource

CONVERT junitTestSource TO file(param) USING context_script_params AS junitTestSourceParams
CONVERT junitTestSourceParams TO file(param) USING $(application:$app$) AS junitTestSourceApp1
CONVERT junitTestSourceApp1 TO file(param) USING $(TC_CUF_cucumberTest:$cucumberTest$) AS junitTestSourceApp2
CONVERT junitTestSourceApp2 TO file(param) USING $(testngFile:$testngFile$) AS junitTestSourceApp3
CONVERT junitTestSourceApp3 TO file(param) USING $(testngName:$testngName$) AS junitTestSourceApp4
CONVERT junitTestSourceApp4 TO script.java (compile) AS junitTestCompiled
CONVERT junitTestCompiled TO script.java.selenium2(script) USING $(SeleniumRobotTest) AS junitTest

EXECUTE execute WITH junitTest AS junitResult
ASSERT junitResult IS success




© 2015 - 2025 Weber Informatics LLC | Privacy Policy