Module: Datadog::CI::Ext::DDTest
- Defined in:
- lib/datadog/ci/ext/dd_test.rb
Overview
Constants for integration with DDTest tool: github.com/DataDog/ddtest
Constant Summary collapse
- PLAN_FOLDER =
".testoptimization"- TESTOPTIMIZATION_CACHE_PATH =
"#{PLAN_FOLDER}/cache"- SETTINGS_FILE_NAME =
"settings.json"- KNOWN_TESTS_FILE_NAME =
"known_tests.json"- TEST_MANAGEMENT_TESTS_FILE_NAME =
"test_management_tests.json"- SKIPPABLE_TESTS_FILE_NAME =
"skippable_tests.json"