Update stories dataframe with newly generated test ids

milestone_to_test_id(stories_df, tests, return_missing_ids = FALSE)

Arguments

stories_df

a dataframe of stories returned by parse_github_issues().

tests

dataframe returned by assign_test_ids() Must have the following column names: "TestNames", "TestIds"

return_missing_ids

logical (T/F). Whether or not to return the warning messages pertaining to missing ids. Note that this will affect piping to other functions, as a named list will be returned instead of a dataframe.

Details

Users must first run assign_test_ids() to generate a list of test ids and overwrite existing test files.