Ignore:
Timestamp:
2018-12-16T19:29:19+13:00 (5 years ago)
Author:
ak19
Message:

Merging Selenium with AssertJ Swing stuff in first tutorial test java class. And it works!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/testing/trunk/src/build.xml

    r32687 r32688  
    110110  <echo>GSDLHOME: ${env.GSDLHOME}</echo> 
    111111  <java classname="org.junit.runner.JUnitCore" dir="${gli.home}" fork="true" maxmemory="256m" classpathref="tutorials.path">
     112    <!--https://stackoverflow.com/questions/38676719/selenium-using-java-the-path-to-the-driver-executable-must-be-set-by-the-webdr-->
     113    <sysproperty key="webdriver.gecko.driver" path="${basedir}/geckodriver"/>
    112114    <arg value="gstests.tutorials.RunGLITest"/>
    113    
     115    <!-- TODO: for now hardcoding the GS3 URL. Toplevel build.xml can properly construct this
     116     URL, but hard to do so quickly here -->
     117    <jvmarg value="-DSERVERURL=http://127.0.0.1:8383/greenstone3/library "/>
    114118  </java>
    115119 
Note: See TracChangeset for help on using the changeset viewer.