To run all the tests, run:
just test
The gradle test report is published to target/reports/tests/test/index.html
To run tests for a specific library, docker
for example, run:
just test '*docker*'
To run tests for a specific Specification file, test/docker/BuildSpec.groovy
for example, run:
just test "*.BuildSpec"
This project uses Antora to build the documentation.
To build the documentation, run:
just docs
Once built, the documentation can be viewed at docs/html/index.html
If you have the permission, you can cut a new release of the SDP libraries by running just release <versionNumber>
.
For example:
just release 3.0
This will:
-
create a
release/3.0
branch -
update the version in the
docs/antora.yml
-
create a
3.0
tag
Note
|
Don’t forget to go to the Releases Page to officially release the SDP Libraries with the current change log based off the most recent tag. |