Skip to content

wedothings/hella-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

hella-java

Overview

This is a utilisities library which contains various helpers and tools for performaing common and repetitive tasks in automated component test suites.

It is specifically designed for use in black-box tests within a Cucumber test suite with dependency injection (Pico Container) enabled.


Prerequisities


Installation

To install, add the dependency to the pom.xml of your test project, most liekly selecting test as scope.

<dependency>
	<artifactId>hella-java</artifactId>
	<scope>test</scope>
</dependency>

Utilities

Each class in the library contains Javadocs, however, below is a high level overview of each utiltiy.

Avro

Burial client

Build env

Cucumber

Database

Encryption

Fuzzy

Json

Properties

REST assured

S3

SFT

Unix


About

Java library to aid test automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published