get_tc_automation_history: Get Test Case Automation History

Description Usage Arguments Value Examples

Description

Gets the total number of test cases and the number of test cases that are automated on different dates. Only considers test cases under the team's default area path.

Usage

1

Arguments

dates

A list of date objects representing the points in time to calculate the backlog size.

Value

Dataframe with three columns: TEST_CASES_TOTAL, TEST_CASES_AUTOMATED and AS_OF (indicating the date)

Examples

1
2
dates <- list(Sys.Date(), Sys.Date() - 14, Sys.Date() - 28)
get_tc_automation_history(dates)

nickclark1000/rtfs documentation built on May 23, 2019, 4:47 p.m.