xuezhao89 / SeLion

Enabling Test Automation in Java

Home Page:http://selion.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

![Gitter](https://badges.gitter.im/Join Chat.svg)

SeLion

Enabling Test Automation in Java

SeLion builds on top of TestNG and Selenium to provide a set of capabilities that get you up and running with WebDriver in a short time. It can be used for testing web and mobile applications.

  • A client module which you can add as a Maven dependency.
    • Annotation based WebDriver session management.
    • Access test data from Excel, YAML, JSON, or XML through TestNG's @DataProvider.
    • Runtime Reporter for real-time test execution status.
    • Swap out browser targets at run-time.
    • Automate native, hybrid, and web applications on iOS and Android devices.
    • and more
  • A maven archetype for creating new SeLion based projects.
  • A customized Selenium Grid2 component.
  • A Code generator Maven plugin for generating Java "page objects" out of YAML.

Documentation

Project documentation including prerequisites, compilation, usage, and more is at http://paypal.github.io/SeLion/html/documentation.html

Contact

Feel free to ask questions and/or share ideas.

Submitting bugs and feature requests

We use GitHub for tracking issues. Please scan the list of GitHub Issues before filing a new one.

Contributing

Your contribution is welcome and appreciated!

  • Code Development is done on the develop branch.
  • Documentation is done on the gh-pages branch.
  1. Complete and return either the Personal or Corporate CLA.
  2. Make sure your ~/.gitconfig file has your full name with proper use of case as user.name and your real email address as user.email. GitHub has a nice write-up on this.
  3. Make sure you rebase off of the latest upstream version before submitting your pull request.

Areas that need contribution

  1. Project Documentation and/or Project Website
  2. Support for additional data formats such as CSV for data driven testing.
  3. Any open item from GitHub Issues

Projects we depend on that need contributors

Current version

1.0.0-SNAPSHOT

License

Apache Software License v2.0

About

Enabling Test Automation in Java

http://selion.io

License:Apache License 2.0


Languages

Language:Java 90.7%Language:JavaScript 4.6%Language:HTML 2.1%Language:CSS 1.6%Language:Objective-C 0.8%Language:Shell 0.1%