Skip to content

jeff-goddard/gradle-xray

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gradle-xray

A gradle plugin for running xray tests.

More about xray here: https://github.com/robwhitby/xray

This plugin defines a task which will trigger xray tests via an HTTP request. It parses the json response and prints out any failures to the console. It is helpful for running xray tests as part of your integration test task.

example:

task xrayAddn(type: XrayTask) {
    user = "user"
    password = "pass"
    url = "http://localhost:8003/xray/?dir=test&modules=&tests=&format=json"
}

About

A gradle plugin for running xray tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%