Skip to content

Commit 81d47fe

Browse files
committed
docs(*): mention the test script in the README file
1 parent 548a1f0 commit 81d47fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,13 @@ cargo build --release
3333
```
3434

3535
This will produce a .wasm file in `target/wasm32-wasi/release/`.
36+
37+
Testing
38+
=======
39+
40+
In the `test/` folder you will find a shell script called `demo.sh` which
41+
builds the filter, then uses Docker to spin up a [Kong
42+
Gateway](https://konghq.com) container with the filter enabled, and issues a
43+
request using [httpie](https://httpie.io). It uses the configuration
44+
`test/config`. You should see the `X-Greeting` header defined in that
45+
configuration in the httpie output.

0 commit comments

Comments
 (0)