Skip to content

Commit a504b6a

Browse files
committed
fix: update readme
1 parent 746515b commit a504b6a

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
@@ -186,6 +186,16 @@ Then,
186186
* to run integration tests: `make test-integ`
187187
* to run smoke tests: `make test-smoke`
188188

189+
### Running Dockerized Harness Tests
190+
191+
To run the containerized test harness locally, use:
192+
193+
```shell script
194+
make test-dockerized RUBY_VERSION=3.4
195+
```
196+
197+
This command builds your Lambda function in a Docker container using the specified Ruby version, sets up the containerized test runner, and executes the test suites defined in `test/dockerized/suites/`.
198+
189199
### Troubleshooting
190200
While running integration tests, you might encounter the Docker Hub rate limit error with the following body:
191201
```

0 commit comments

Comments
 (0)