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
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.
repositories {
jcenter()
}
'uk.q3c.krail:krail-testApp:0.10.0.0'
<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>
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
From the releases page