Skip to content

Commit

Permalink
Test markers as test fields in polarion
Browse files Browse the repository at this point in the history
(cherry picked from commit 0bfd896)
  • Loading branch information
jyejare authored and web-flow committed Dec 8, 2023
1 parent 51f4ad0 commit f4e6f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/polarion-test-case-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ from betelgeuse import default_config
DEFAULT_APPROVERS_VALUE = '${POLARION_USERNAME}:approved'
DEFAULT_STATUS_VALUE = 'approved'
DEFAULT_SUBTYPE2_VALUE = '-'
TESTCASE_CUSTOM_FIELDS = default_config.TESTCASE_CUSTOM_FIELDS + ('customerscenario',) + ('team',)
TESTCASE_CUSTOM_FIELDS = default_config.TESTCASE_CUSTOM_FIELDS + ('customerscenario',) + ('team',) + ('markers',)
REQUIREMENT_CUSTOM_FIELDS = default_config.REQUIREMENT_CUSTOM_FIELDS + ('team',)
TRANSFORM_CUSTOMERSCENARIO_VALUE = default_config._transform_to_lower
DEFAULT_CUSTOMERSCENARIO_VALUE = 'false'
Expand Down

0 comments on commit f4e6f11

Please sign in to comment.