@runloop/api-client - v1.4.0
    Preparing search index...

    Interface TestBasedScoringFunction

    TestBasedScoringFunction writes test files to disk and executes a test command to verify the solution.

    interface TestBasedScoringFunction {
        type: "test_based_scorer";
        test_command?: string;
        test_files?: TestFile[];
    }
    Index

    Properties

    type: "test_based_scorer"
    test_command?: string

    The command to execute for running the tests

    test_files?: TestFile[]

    List of test files to create