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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,16 @@ Then,
186
186
* to run integration tests: `make test-integ`
187
187
* to run smoke tests: `make test-smoke`
188
188
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
+
189
199
### Troubleshooting
190
200
While running integration tests, you might encounter the Docker Hub rate limit error with the following body:
0 commit comments