An open API service indexing awesome lists of open source software.

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.

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
```