Skip to content

rockofox/qubist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

Releases

No releases published

Packages

No packages published

Languages