Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Done
-
1.009.000
-
STG, Live - All Browsers
-
1.010.000 Sprint 5, 1.010.000 Sprint 6, 1.010.000 Sprint 7
Description
Short Description: When having a Test Cucumber definition with Examples in another language besides English (without the keywords in English), the Scenario Outline is exported as Scenario in the language of the settings, instead of Scenario Outline.
Steps to Reproduce:
1 - Navigate to Jira Settings - Apps - Cucumber option menu.
2 - Change the language settings to Portuguese and save it.
3 - Create a Test Cucumber with a Scenario Outline, Examples in Portuguese (including the key words).
4 - Click to Export it to Cumber.
5 - Open the file.
Actual Result: It is possible to see Senario (Cenário in the original language of the file)
Expected Result: It should be Scenario Outline (in the original language of the file should be one of the following:
],
"scenarioOutline": [
"Esquema do Cenário", (normally it falls into the first option)
"Esquema do Cenario",
"Delineação do Cenário",
"Delineacao do Cenario"
],
Attachments
Issue Links
- relates to
-
XRAYCLOUD-1187 Xray should recognize other languages than English, on the Cucumber Scenario definition
- Closed