https://github.com/aadrian/selenium-example
Simple selenium 3 example project.
https://github.com/aadrian/selenium-example
Last synced: 3 months ago
JSON representation
Simple selenium 3 example project.
- Host: GitHub
- URL: https://github.com/aadrian/selenium-example
- Owner: aadrian
- Created: 2018-10-11T09:00:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T15:06:43.000Z (over 6 years ago)
- Last Synced: 2025-01-07T20:42:07.971Z (5 months ago)
- Language: Java
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Selenium Example
================Simple example of using Selenium with Java, directly and also from Cucumber.
Building
--------
Call:
```bash
:~$ gradle clean
:~$ gradle drivers
:~$ gradle build
```Using
-----For running the tests without Cucumber, call:
```
:~$ bin/tool.sh firefox
```
or
```
:~$ bin/tool.sh chrome
```For running the tests **with Cucumber**, call:
```
:~$ bin/tool.sh cucumber
```