core-jgi/org.idempiere.ui.zk.selenium
hieplq d7808da56a IDEMPIERE-3531:setting output build, jdk follow project convert from pure plugin to maven
a mavent project convert from plugin have flow default rule
   1. maven project prefer setting JRE to Execution environment, so .classpath is updated
   2. java class compliment to target/classes/, so build.propertie is updated
   3. JDK compliance configuration setting per project (only this option), so .settings/org.eclipse.jdt.core.prefs is created

extra setting about warning done manual to resolved
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431

   it happend on bundle use non-standard java package
      org.adempiere.base/.settings/org.eclipse.jdt.core.prefs
      org.adempiere.ui.swing/.settings/org.eclipse.jdt.core.prefs

   on org.adempiere.server, old method add accessrules to classpathentry don't work for maven build.
   so change to warning method make it consitent with other
      org.adempiere.server/.settings/org.eclipse.jdt.core.prefs
2018-02-03 01:39:47 +07:00
..
.settings IDEMPIERE-3531:remove facets and main output to jar 2018-01-30 14:44:05 +07:00
META-INF IDEMPIERE-3531:standard lib folder 2018-02-02 13:47:07 +07:00
OSGI-INF IDEMPIERE-1223 Use ClassName as Name of OSGi component. 2013-07-31 16:30:15 +08:00
src IDEMPIERE-1124 ZkSuite.ProductionTest is broken. Fixed lookup fixture. Fixed production test script. 2013-07-01 16:45:41 +08:00
.classpath IDEMPIERE-3531:setting output build, jdk follow project convert from pure plugin to maven 2018-02-03 01:39:47 +07:00
.project IDEMPIERE-3531:remove facets and main output to jar 2018-01-30 14:44:05 +07:00
Readme.txt IDEMPIERE-92 - Integrate Selenium. Moved project 'idempiere.zk.selenium' 2012-12-13 02:00:09 +08:00
build.properties IDEMPIERE-3531:setting output build, jdk follow project convert from pure plugin to maven 2018-02-03 01:39:47 +07:00

Readme.txt

test
- Example test cases written using Selenium Web Driver and Zk JQ selector

Notes
======
* Use the AdempiereIDGenerator and your browser's inspect element tool to find out the selector for the element that you need to access. Alternatively,
you can use the script created from Selenium IDE recording as a guide. 

* For execution of test cases, you don't need AdempiereIDGenerator if you only use zk id instead of uuid(html id)