Improvement: Localize Test Data by Default #351
Labels
codeImplementationNeeded
This issue requires a change in the code of Neodymium
docsNeeded
The documenttion needs to be checked if there are changes needed and if so, adaptions should be made
improvement
Quick Description
Currently, when we want to use localization and test data, we always need to call
Neodymium.localizedText(key)
on any data we want to localize.It would be cool if localization of our test data just happens out of the box, without user interaction.
User Story
As a test automation engineer,
I want to use test data without always manually taking care of the localization.
so that i can easily add another locale to my tests without changing the code
Functional Requirements
Documentation Requirements
Test Requirements
The text was updated successfully, but these errors were encountered: