For Testing Forum Presentation 2017
- Download Eye 2.0 for Java from http://eyeautomate.com/downloadeye.html
- Install it using maven on command line:
mvn install:install-file -Dfile=<PATH TO UNZIPPED JAR>/eye2.jar -DgroupId=eye -DartifactId=Eye -Dversion=2 -Dpackaging=jar
- Build the test
mvn graphwalker:generate-sources package -Dmaven.test.skip=true
- Install Spotify.
- Use your own password, look for
YOUR SECRET PASSWORDinSomeSmallTest.java - You may need to update the images...
mvn exec:java -Dexec.mainClass="my.org.Runner" ```The code is not a good example of how to automate. It will most likely not work on some other computer than mine. Have a look at a desktop recording of a test running: https://youtu.be/cAs8vKKy58Y
What it does however, is demonstrating how to GraphWalker and Eye2 could run a simple test.