/qubist

Language-agnostic blackbox testing

Primary LanguageRustMozilla Public License 2.0MPL-2.0


stability-experimental

Language-agnostic blackbox testing

# Hello, World!
Base URL is http://localhost:8080
Test BasicExample
    Test HTTPSample
        GET /test returns `test`
    End
    # This is a comment
    Test CLISample
        Executing `
            printf "Hello, "
            printf "World!"
        ` returns `Hello, World!`
    End
End

Qubist is a language-agnostic blackbox testing tool, using a domain-specific language to define specifications.