vaadin / patient-portal-demo-flow

0 stars 0 forks source link

Build verification doesn't do anything #81

Closed denis-anisimov closed 6 years ago

denis-anisimov commented 6 years ago

I don't know whether this is issue or not but currently build verification just compiles the sources.

The tests are not executed because there is nothing configured for that in pom.xml. Moreover the existing tests are broken and fails.

The ticket is created for tracking so that is not surprise in the future.

I'm going to configure pom.xml to execute IT tests but remove verify goal from the travis validation script.

If the validation should be enabled back then:

The mentioned changes will be done by #80.

denis-anisimov commented 6 years ago

The validation is currently done via Travis.

@caalador's comment: Due to having IT tests you will need to migrate the build from travis to bender as travis doesn't have the license key .

So the validation should be migrated from Travis to bender. Tests need to be fixed and @Ignored should be removed.