alibaba / higress

Cloud Native API Gateway | 云原生API网关
https://higress.io
Apache License 2.0
2.5k stars 407 forks source link

feat: update doc for running Ingress API conformance tests #1065

Closed TJKkking closed 3 days ago

TJKkking commented 3 days ago

Ⅰ. Describe what this PR did

The commit adds support for running Ingress API conformance tests. The tests are defined in the test/e2e/conformance/tests directory and are registered in the ConformanceTests global variable. This allows developers to select and run specific conformance tests. The commit also updates the documentation to reflect the changes.