You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Java library for Aserto services
5
5
6
6
> **Warning**
7
7
>
8
-
> **0.20.9** is the latest version published to maven central. Versions starting with 1.0.z have been removed from maven central and are no longer available for download.
8
+
> **0.21.0** is the latest version published to maven central. Versions starting with 1.0.z have been removed from maven central and are no longer available for download.
9
9
10
10
### Build
11
11
`mvn clean install`
@@ -25,14 +25,15 @@ mvn clean test
25
25
```
26
26
27
27
### Run integration tests
28
-
In order to run integration tests we need to start[topaz](https://github.com/aserto-dev/topaz)
28
+
In order to run integration tests we need to have[topaz](https://github.com/aserto-dev/topaz) installed
29
29
```bash
30
30
go install github.com/topaz/cmd/topaz@latest
31
31
topaz install
32
-
topaz configure -d -s -r ghcr.io/aserto-policies/policy-todo-rebac:latest todo
33
-
topaz run
34
32
```
35
-
and then run the integration tests
33
+
34
+
The integration tests start topaz and configure it for testing. The tests will fail if topaz is not installed.
35
+
If you have topaz configured, no worries, the tests will save the configuration and restore it after the integration tests are finished.
36
+
To run the integration tests use the fallowing command:
0 commit comments