0xIslamTaha / google_selenium_java

simple selenium example for google search engine with Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install and Execution:

git clone https://github.com/0xIslamTaha/google_selenium_java.git
cd google_selenium_java.git
mvn install
mvn test

Test results:

Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ google_selenium_java ---
[INFO] Building jar: /opt/code/github/google_selenium_java/target/google_selenium_java-1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ google_selenium_java ---
[INFO] Installing /opt/code/github/google_selenium_java/target/google_selenium_java-1.0-SNAPSHOT.jar to /home/xtremx/.m2/repository/google_selenium_java/google_selenium_java/1.0-SNAPSHOT/google_selenium_java-1.0-SNAPSHOT.jar
[INFO] Installing /opt/code/github/google_selenium_java/pom.xml to /home/xtremx/.m2/repository/google_selenium_java/google_selenium_java/1.0-SNAPSHOT/google_selenium_java-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.513 s
[INFO] Finished at: 2019-09-04T16:25:47+02:00
[INFO] ------------------------------------------------------------------------

TODO:

  • Update readme
  • Add logs
  • Integrate with TravisCI

About

simple selenium example for google search engine with Java


Languages

Language:Java 100.0%