GithubHelp home page GithubHelp logo

epam / gepard Goto Github PK

View Code? Open in Web Editor NEW
20.0 33.0 42.0 644 KB

Test Automation Framework

License: GNU General Public License v3.0

XSLT 0.98% Java 97.59% HTML 0.98% Gherkin 0.46%
junit java test-automation framework

gepard's Issues

Java CC review: Address findings

At the time this issue was created, we have:

  • around 122 issues detected by Sonar - need to be reduced constantly
  • Unit test coverage is about 35%, need to be increased
  • fake properties in gradle.properties file, that will influence all local repos, need to remove them and use -P, --project-props instead
  • check the usage of catching Throwables, and keep only where it is a must (catch only exceptions we handle, and exceptions those are necessary to catch)
  • remove checkstyle supression on method names (that allows underscores)

New Code Conventions

Agree on code conventions to be used for this project, update checkstyle config file, and eliminate possible findings.

In the meantime checkstyle rules must be followed.

re-introduce selenium module

In the past Selenium was part of Gepard, The module was removed (before version 3.0) as considered obsolete. Since the new WebDriver is available, it would be nice to have Selenium integration back.

Use gepard-selenium as module name.

get rid of using lombok.jar

Lombok.jar is a cool helper tool, but received too many complains about build problems - it is not evident to use with different IDEs and Jdks.
To keep the simplicity and reliability of Gepard, it was decided to remove the dependency of lombok.jar. Whoever want to use lombok with Gepard, can use it, but within Gepard we won't use it.

Use UTF-8 in test results

Use UTF-8 charset in test results (All built in test cases and default test result templates)
like adding this in to the HTML report:
<meta charset="UTF-8">
but need to use UTF-8 in case of
csv output
text output
any other built in output

Selenium WebDriver tuning

  • remove old selenium RC things
  • add supportive utilities for WebDriver (whatever is necessary or requested by users)

Implement Android support example for Gepard

In cooperation with (Andoid) projects those already using Gepard, develop a module (gepard-android) that offers Andoid autotest support.

Note: Andoid test is possible even now, by using gepard-core. This module just would offer a sample implementation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.