Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uttesh/selenium-flash-testng
selenium-flash-testng is a selenium automation sample for testing the flash web appliaction by using the sikuli java api
https://github.com/uttesh/selenium-flash-testng
Last synced: about 7 hours ago
JSON representation
selenium-flash-testng is a selenium automation sample for testing the flash web appliaction by using the sikuli java api
- Host: GitHub
- URL: https://github.com/uttesh/selenium-flash-testng
- Owner: uttesh
- Created: 2015-08-23T06:29:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T02:16:45.000Z (about 4 years ago)
- Last Synced: 2023-04-05T18:55:32.497Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 76.1 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
selenium-flash-testng-template
=======================basic selenium SIKULI template with ant/maven for flash website automation.
Prerequisites
==============1. JDK 1.6 or higher
2. set the sikuli related dll files to path variable of the system.![demo](https://raw.githubusercontent.com/uttesh/selenium-flash-testng/master/env_path.png)
Maven Users
===========All sikuli jars are available on maven repository except "sikuli-script.jar" file, we have to custom install that jar to maven by using following.
sikuli-script.jar is available inside ext-lib folder in the sample.
```
mvn install:install-file -Dfile= path to sikuli-script.jar -DgroupId=org.sikuli.script -DartifactId=sikuli-script -Dversion=1.0 -Dpackaging=jar
```
Ant/Eclipse Users
===========
all required jars are available under "ext-lib" folder. no need to do any changes.
RUN following on parent directory
=================================MAVEN : `mvn clean install`
ANT : `ant`