mattermost/mattermost-test-management

feat: add validation to custom field's "Location"

Open

#25 opened on Nov 25, 2022

 (0 comments) (0 reactions) (0 assignees)TypeScript (21 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (17 stars)
PR merge metrics
 (PR metrics pending)

Description

When validating a test case with deno task validate, it should throw an error whenever the value of Location does not match with the options from Zephyr.

  • see all possible options from Zephyr
  • these options should be added here instead of empty array.

Contributor guide