From 82379fef28971583767c616399826280f4cfdbc4 Mon Sep 17 00:00:00 2001 From: Rob Whitby Date: Mon, 2 Apr 2018 14:45:30 +0100 Subject: [PATCH] add Ron's gradle plugin eventually --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 38de0d5..f9d3b2c 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,12 @@ This still allows using `-t` and `-m` to select which tests to run but removes t See `run-xray-tests.sh` for an example. +## Gradle Users +Integrate xray test into your project's build using this Gradle plugin from [Ron Hitchens](https://github.com/ronhitchens): + +https://github.com/overstory/xray-gradle-plugin + + ## Assertions ```xquery assert:equal ($actual as item()*, $expected as item()*, [$message as xs:string?])