Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hiptest/selenium-sample
- Owner: hiptest
- License: mit
- Created: 2015-10-19T17:29:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T20:52:29.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T03:15:53.186Z (2 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.