You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Team Engine appears to require config.xml to be present, even when running in standalone mode with the te-install test.bat and specification of the specific test suite ctl file within $TE_BASE.
If config.xml is not present, a page full of java errors is the result. Also the stand alone operation of Team Engine does not build config.xml when it is missing.
Upon starting Team Engine under Tomcat, the config.xml file is built by the Team Engine .war starting up (if it was not present). One can then shut down the Tomcat server and noticing the config.xml is present within $TE_BASE and at then the standalone operations will work.
Is there a way to get Team Engine to construct the config.xml file without starting it under Tomcat?
The text was updated successfully, but these errors were encountered:
You are using Command Line Interface to execute TEAM Engine, right (teamengine-console)?
In this case, the config.xml has to be generated manually and there is no automatic mechanism. However, all test suites provide a snippet in scripts folder which can be copied to config.xml.
I recommend using the Web Browser Interface or REST API to execute the test suites. However, both of them base on the war-archive which requires a tomcat. The Docker project [1], however, makes installation very easy.
Team Engine appears to require config.xml to be present, even when running in standalone mode with the te-install test.bat and specification of the specific test suite ctl file within $TE_BASE.
If config.xml is not present, a page full of java errors is the result. Also the stand alone operation of Team Engine does not build config.xml when it is missing.
Upon starting Team Engine under Tomcat, the config.xml file is built by the Team Engine .war starting up (if it was not present). One can then shut down the Tomcat server and noticing the config.xml is present within $TE_BASE and at then the standalone operations will work.
Is there a way to get Team Engine to construct the config.xml file without starting it under Tomcat?
The text was updated successfully, but these errors were encountered: