druid/quidem-it/README.md

36 lines
697 B
Markdown
Raw Normal View History

2024-06-18 13:07:48 +00:00
# Quidem IT
Enables to write sql level tests easily.
Can be used to write tests against existing test backends (ComponentSupplier) - by doing so the testcases can be moved closer to the excercised codes.
## Usage
### Running these checks
* CI execution happens by a standard JUnit test `QTest` in this module
* the `dev/quidem` script can be used to run these tests (after the project is built)
### Launching a test generating Broker
* make sure to build the project first; one way to do that is:
```
mvn install -pl quidem-it/ -am -DskipTests -Pskip-static-checks
```
* launch the broker instance with:
```
mvn exec:exec -pl quidem-it -Dquidem.url=
```
### usage:
*