KrailOrg / krail-testApp

1 stars 0 forks source link

FunctionalTestSupport to generate fields from TranslatableComponents #55

Open davidsowerby opened 6 years ago

davidsowerby commented 6 years ago

Component fields have to be explicitly declared in order for FunctionalTestSupport to generate PageObject fields.

If we extend FunctionalTestSupport to read the content of TranslatableComponents, we would not need to do that - but we would also lose the property names.

Not sure which works out best?