vaadin / patient-portal-demo-flow

0 stars 0 forks source link

Make IT tests for the patient-portal project #29

Closed denis-anisimov closed 7 years ago

denis-anisimov commented 7 years ago

Patient portal project is currently under development but we don't have yet any tests for it. There was no sense to make those tests since the main application entry page wasn't functional.

Now it becomes possible to write some tests for implemented functionality once #3 is merged.

So all Flow related functionality should be tested (all obsolete pure client-side functionality should be ignored).

Without the tests we are in risk to break implemented features in the future.

gilberto-torrezan commented 7 years ago

This ticket is also about the infrastructure needed at the project to support integration tests.