Giter VIP home page Giter VIP logo

omelet's Introduction

**********************************************
**********************************************
                      .__          __
  ____   _____   ____ |  |   _____/  |_
/  _  \ /     \_/ __ \|  | _/ __ \   __\
( <_>  )  Y Y  \  ___/|  |_\  ___/|  |
\____ /|__|_|  /\___  >____/\___  >__|
        \/     \/          \/
**********************************************
           LET'S COOK SOME TESTS!
**********************************************

====== Build Status

What is Omelet

Very simple yet powerful automation library for Selenium WebDriver which uses one of the most popular test runner for UI Automation- TestNG

Omelet Vagrant Box

if you would like to work on fresh machine, then there is vagrant box built for the development of automation script https://github.com/springernature/omelet-dev-box

Salient Features

  • Multi Parallel testing
  • Support all Cloud solution like BrowserStack, SauceLabs, Testingbot
  • Data driver testing
  • Step level report generation
  • Auto screen Shot of failed test steps
  • Command Line support for CI integration
  • ExpectedConditionsExtended for PageObjects Design pattern
  • Auto Re-Run failed test cases and many more ...

Build

  1. mvn clean install
  2. Jar will be created in target folder with name :omelet-1.0.xxx.jar

Quick Start

Latest version can be checked on maven central over here

ReportNG dependency

    <dependency>
		<groupId>com.google.inject</groupId>
		<artifactId>guice</artifactId>
		<version>3.0</version>
	</dependency>
	<dependency>
		<groupId>org.uncommons</groupId>
		<artifactId>reportng</artifactId>
		<version>1.1.2</version>
		<type>jar</type>
		<scope>test</scope>
	</dependency>
	<dependency>
		<groupId>org.testng</groupId>
		<artifactId>testng</artifactId>
		<version>5.7</version>
		<type>jar</type>
		<classifier>jdk15</classifier>
		<scope>compile</scope>
	</dependency>

Reports

Omelet uses reportNG for reporting and there has to be guice dependency for reportNG to work You may face issue with dependencies related to ReportNG, do read this blog

Reports Path

  • If we do mvn test(or clean install ) then reports will be generated in target/surefire-reports/html/index.html

  • if we run via TestNg then report can be found in test-output/html/index.html

Data

  • Simple Properties file
  • Xml
  • Google Sheets

Discussions

Google Grooups: https://groups.google.com/forum/#!forum/omelet

Todo

  • Though everything works fine :) but more unit test cases
  • Off-course more documentation
  • Improve java docs
  • Naming convention
  • And some nitty-gritty stuff

omelet's People

Contributors

kapilag avatar robertbor avatar

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.