# Functions
No description provided by the author
PathToBugReport returns the absolute path to the directory where the bug_report will be stored This mirrors logic in the Makefile to ensure this directory exists (see: BUG_REPORT_DIR).
# Constants
No description provided by the author
No description provided by the author
LocalDevelopment signifies that the test is invoked locally.
NightlyTest means that the test was invoked while running CI as part of a Nightly operation.
PullRequest means that the test was invoked while running CI against a Pull Request.
# Structs
Context contains the set of properties that are defined at runtime by whoever is invoking tests.
# Type aliases
RunSource identifies who/what triggered the test.