Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amihaiemil/selenium-github-example
Example code for blog post.
https://github.com/amihaiemil/selenium-github-example
blog example github selenium
Last synced: about 2 months ago
JSON representation
Example code for blog post.
- Host: GitHub
- URL: https://github.com/amihaiemil/selenium-github-example
- Owner: amihaiemil
- License: bsd-3-clause
- Created: 2017-02-27T17:45:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T20:11:42.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T12:12:05.282Z (3 months ago)
- Topics: blog, example, github, selenium
- Language: Java
- Homepage: http://www.amihaiemil.com/2017/01/24/selenium-and-junit-the-right-way.html
- Size: 1.71 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# selenium-github-example
This repo holds the code from [this](http://www.amihaiemil.com/2017/01/24/selenium-and-junit-the-right-way.html) blog post
+ Fork and clone the repo
+ Run the command ``mvn clean install -DskipTests`` so the project is built and dependencies are fetched.
+ Open the project in Eclipse so you can play with and run the testsNote that the framework is using ``FirefoxDriver``. You're going to have to set the ``webdriver.gecko.driver`` to point to the [geckodriver](https://github.com/mozilla/geckodriver/releases) executable. If you're on Linux x64 just modify the tests accordingly (the executable is inside the repo). Otherwise, first download the appropriate executable for your OS.