milestone_to_test_id.RdUpdate stories dataframe with newly generated test ids
milestone_to_test_id(stories_df, tests, return_missing_ids = FALSE)a dataframe of stories returned by parse_github_issues().
dataframe returned by assign_test_ids()
Must have the following column names: "TestNames", "TestIds"
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.
Users must first run assign_test_ids() to generate a list of test ids and overwrite existing test files.