File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 94
94
95
95
<propertycopy from =" app.server.${app.server.type}.bin.dir" name =" app.server.bin.dir" override =" true" />
96
96
97
+ <antcall target =" prepare-selenium-login-config" />
98
+
97
99
<antcall inheritall =" false" target =" start-app-server" >
98
100
<param name =" app.server.bin.dir" value =" ${app.server.bin.dir}" />
99
101
</antcall >
129
131
</call >
130
132
</xmltask >
131
133
132
- <var name =" tck.properties" value =" -Dtest.context.base='${test.context.base[tck]}' -Dtest.server.username.id='${test.server.username.id[tck]}' -Dtest.server.username='${test.server.username[tck]}' -Dtest.server.password.id='${test.server.password.id[tck]}' -Dtest.server.password='${test.server.password[tck]}' -Dtest.timeout='${test.timeout[tck]}' -Dtest.ignore.list.file=${project.dir}/tools/tck/ignoredTestCases.xml -Dtest.non.exclusive.file=${project.dir}/tools/tck/nonExclusiveTestCases.xml" />
134
+ <var name =" tck.login.url" value =" http://localhost:8080/group/portlet-tck?SM_USER=test@liferay.com" />
135
+
136
+ <var name =" tck.properties" value =" -Dtest.context.base='${test.context.base[tck]}' -Dtest.server.username.id='${test.server.username.id[tck]}' -Dtest.server.username='${test.server.username[tck]}' -Dtest.server.password.id='${test.server.password.id[tck]}' -Dtest.server.password='${test.server.password[tck]}' -Dtest.timeout='${test.timeout[tck]}' -Dtest.ignore.list.file=${project.dir}/tools/tck/ignoredTestCases.xml -Dtest.non.exclusive.file=${project.dir}/tools/tck/nonExclusiveTestCases.xml -Dtest.server.login.url=${tck.login.url}" />
133
137
134
138
<execute dir =" ${tck.home}" failonerror =" true" >
135
139
mvn -Pliferay,run-tck -Djava.awt.headless=true ${tck.properties} -Dtest.browser=htmlunit -Dtest.browser.binary= -Dtest.browser.webDriver= -Dtest.list.file=${project.dir}/tools/tck/htmlunit-tests.xml test
159
163
<propertycopy from =" selenium.${browser.type[tck]}.driver.executable" name =" tck.selenium.browser.driver.executable" silent =" true" />
160
164
161
165
<execute dir =" ${tck.home}" failonerror =" true" >
162
- mvn -Pliferay,run-tck -Djava.awt.headless=true ${tck.properties} -Dtest.browser=${browser.type[tck]} -Dtest.browser.binary='${tck.browser.bin.file}' -Dtest.browser.webDriver=${project.dir}/tools/tck/../${selenium.executable.dir.name}${tck.selenium.browser.driver.executable} -Dtest.list.file=${tck.tests.xml} test
166
+ mvn -Pliferay,run-tck -Djava.awt.headless=true ${tck.properties} -Dtest.browser=${browser.type[tck]} -Dtest.browser.binary='${tck.browser.bin.file}' -Dtest.browser.webDriver=${project.dir}/tools/tck/../${selenium.executable.dir.name}${tck.selenium.browser.driver.executable} -Dtest.list.file=${tck.tests.xml} -Dtest.server.login.url=${tck.login.url} test
163
167
</execute >
164
168
165
169
<if >
You can’t perform that action at this time.
0 commit comments