rockofox / qubist

Language-agnostic blackbox testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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.

About

Language-agnostic blackbox testing

License:Mozilla Public License 2.0


Languages

Language:Rust 100.0%