Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashaka/pinetest
https://github.com/yashaka/pinetest
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashaka/pinetest
- Owner: yashaka
- Created: 2013-03-24T15:01:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-01T08:25:29.000Z (almost 12 years ago)
- Last Synced: 2024-10-12T18:32:09.105Z (3 months ago)
- Language: Java
- Size: 200 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pinetest
========Description
-----------
Pinetest is an implementation of an automation test framework based mainly on Selenium and HtmlElements frameworks.
It serves to test [Pine](www.pine-project.org), a tool to help you to store, manage and use input data for the automation tests.
Its [core](https://github.com/yashaka/pinetest/tree/master/src/main/java/org/pineproject/pinetest/core) part (package org.pineproject.pinetest.core) can be used separately to implement the same approaches for automation testing of other web applications.
As soon as it become a mature one, it can be moved to a separate library and shared to the world wide.For more information about the implementation see [worklog](https://github.com/yashaka/pinetest/blob/master/worklog.yml).