Skip to content

KrailOrg/krail-testApp

Repository files navigation

krail-testApp

A functional test application for krail

This application is intended for functional testing but also provides a reasonable demonstration of site navigation, notifications, very simple authentication, push and internationalisation.

The documentation provides more information about Krail

You won't be able to run the tests themselves unless you have a licence for Vaadin Testbench

Test Environment and execution

The host requires some preparation. See notes for what is required

Tests could also run on top of docker containers with integrationTestTomcat7 or integrationTestTomcat8 gradle tasks.

Download

Gradle

repositories {
	jcenter()
}
'uk.q3c.krail:krail-testApp:0.10.0.0'

Maven

<repository>
	<id>jcenter</id>
	<url>http://jcenter.bintray.com</url>
</repository>

<dependency>
	<groupId>uk.q3c.krail</groupId>
	<artifactId>krail-testApp</artifactId>
	<version>0.8.2</version>
</dependency>

Direct

Download

krail-testApp

A functional test application for krail

This application is intended for functional testing but also provides a reasonable demonstration of site navigation, notifications, very simple authentication, push and internationalisation.

The documentation and blog provide more information about Krail

You won't be able to run the tests themselves unless you have a licence for Vaadin Testbench

Download

From the releases page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published