Add initial integration style tests (#20)

Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
José Ulises Niño Rivera 2024-07-25 14:41:36 -07:00 committed by GitHub
parent a0abd9c42d
commit a51a467cad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1401 additions and 29 deletions

View file

@ -15,3 +15,6 @@ serde_yaml = "0.9.34"
serde_json = "1.0"
md5 = "0.7.0"
open-message-format = { path = "../open-message-format/clients/omf-rust" }
[dev-dependencies]
proxy-wasm-test-framework = { git = "https://github.com/katanemo/test-framework.git", branch = "main" }