robotframework-robocop icon indicating copy to clipboard operation
robotframework-robocop copied to clipboard

Support multilanguage markers in RF 5.1

Open bhirsz opened this issue 1 year ago • 0 comments

From https://github.com/robotframework/robotframework/issues/4096

RF 5.1 introduce multi language support for marker names. We should (at bare minimum) support parsing markers in other languages. From implemnetation POV it should be enough to:

  1. Parse --language option from CLI (using the same syntax as robot for convenience)
  2. Pass it to our get_model call with lang= kwarg - for RF 5.1+

There will be also need for other updates (such as BDD handling) but it will be tracked in separate issues, linked to this one.

bhirsz avatar Jul 23 '22 08:07 bhirsz