wa-lang.org/wazero@v1.0.2/imports/proxywasm/_proxytest/README.md (about)

     1  ##  Test framework for proxy-wasm-go-sdk
     2  
     3  Using proxytest, you can test your extension with the official command:
     4  
     5  ```
     6  go test ./...
     7  ```
     8  
     9  This framework emulates the expected behavior of Envoyproxy, and you can test your extensions without running Envoy.
    10  For detail, see `examples/*/main_test.go`.
    11  
    12  
    13  Note that we have not covered all the functionality, and the API is very likely to change in the future.