Interface AutoTestGenerationDraftConfig

The proposed build-and-test configuration of a generation draft, in the same Setup and Test output shapes as an assignment's working configuration.

interface AutoTestGenerationDraftConfig {
    setup: AutoTestSetupConfigurationOutput;
    test: AutoTestTestConfigurationOutput;
}

Properties

Properties

The proposed Setup (build) phase.

The proposed Test phase.