Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

International language support is missing #5

Open
kugeldaddy opened this issue Apr 27, 2020 · 2 comments
Open

International language support is missing #5

kugeldaddy opened this issue Apr 27, 2020 · 2 comments

Comments

@kugeldaddy
Copy link

kugeldaddy commented Apr 27, 2020

We would like to use this plugin for our test integration with Testlink. And since we are working in a strictly German speaking environment all our feature file use german keywords, e. g.:

  • Feature = Funktionalität
  • Scenario = Szenario
  • Given = Gegeben sei

Would it be possible for this plugin to support all the keywords, that cucumber itself is supporting?

Would be really great.

I supplied a code suggestion. Usage of the element type instead of the element keyword will avoid the restriction to one cucumber dialect. Type scenario and/or background will be the same in all dialects. The corresponding keywords will not.

TestResultReader.txt

@argotri
Copy link
Member

argotri commented Jun 4, 2020

oke , sure , let me check on the cucumber result first
thanks for suggestion :)

@kugeldaddy
Copy link
Author

In the meantime I have refactored my changes and placed the relevant trabslation into en Enum.

If you would grant me the access I could check in my branch and you could have a look at it.

argotri pushed a commit that referenced this issue Aug 28, 2020
…p to master

* commit '73802211c0aa8454199bd08cf14e3dc66e2079e6':
  Changelog : - code refactoring - code clean up - apply same logic for all supported reports : cucumber, jbehave, earlgrey
  - capability to group all scenario per test suite id
  - performance optimization - add test case
  changelog : - code refactor
  Changelog : - code refactoring - performance improvement attempt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants