Skip to content

dandelion/dandelion-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dandelion Integration Tests

This repository contains a set of integration tests for all Dandelion components, including the core of the framework.

All tests use the following technology stack:

And depending on the test context:

Continuous testing

All integration tests are automatically executed as soon as the corresponding component is built on Jenkins. All IT statuses can be seen below:

Dandelion-Core
Dandelion-Datatables
Dandelion-Select2 Soon...

IDE configuration

Using Eclipse

Just right-click on the dandelion-it Maven project, then select Maven in the left menu and enter the following pattern:

[component-name]-[template-engine]

Where component-name is one of:

And template-engine is one of:

  • jsp for executing the integration tests using JSP
  • tml for executing the integration tests using Thymeleaf

For example, when activating the following profile, IT related to Dandelion-Datatables only will be executed.

Using IntelliJ

TODO

Firing tests

In order to launch tests from Maven, execute:

mvn verify -P [component-name]-[template-engine]

See above for the signification of component-name and template-engine.

= The Dandelion team.

About

Set of integration tests for all Dandelion components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published