Skip to content

Allow descriptors to be loaded from a file #248

@kakawait

Description

@kakawait

Overview

Starting discussion on Gitter

Would be great to be able to externalize documentation message outside of testing class like .properties or .yml files.

Moreover external resources could be localized to allow publish documentation in multiple language:

message.properties
message_fr_FR.properties
message_zh_CN.properties
...

Furthermore link between external resources and testing parameters should be automatic. We must use convention filename/path convention to be able to link each together.

Details

There are many points to take care:

  • Which external resources format will be supported? (properties, yml)
  • How to avoid collisions?
  • An external resource per document identifier?
  • Flat file and prefix (document identifier)?
  • How can I manage placeholder?
key = blabla blabla forbidden values are {0}
  • How to describe message type: STRING or whatever
  • Ability to load external resource outside of Classpath

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: enhancementEnhancement that adds a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions