Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hiptest/selenium-sample

An example of tests generated with Hiptest, using Selenium webdriver
https://github.com/hiptest/selenium-sample

Last synced: about 2 months ago
JSON representation

An example of tests generated with Hiptest, using Selenium webdriver

Awesome Lists containing this project

README

        

Hiptest/Selenium-samples
========================
[![Build Status](https://travis-ci.org/hiptest/selenium-sample.svg)](https://travis-ci.org/hiptest/selenium-sample)

This is a simple example on how to automate tests written in [Hiptest](http://hiptest.net) with Java and Selenium.
This project is the base for [this tutorial on Hiptest blog](http://blog.hiptest.net/2015/10/30/tutorial-a-simple-selenium-test-from-hiptest/)

Acknowledgments
---------------

A lot of thanks to [Ardesco/Selenium-Maven-Template](https://github.com/Ardesco/Selenium-Maven-Template) who made it possible to easily get a Maven build working with Selenium without having to fight for days to get anything working.