Add e2e test for cors annotations #171 (#179)

Co-authored-by: Xunzhuo <bitliu@tencent.com>
This commit is contained in:
Hinsteny Hisoka
2023-02-14 11:46:48 +08:00
committed by GitHub
parent cdcfe24a3d
commit 6efa393e7d
3 changed files with 187 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ func TestHigressConformanceTests(t *testing.T) {
tests.HTTPRouteRewritePath,
tests.HTTPRouteRewriteHost,
tests.HTTPRouteCanaryHeader,
tests.HTTPRouteEnableCors,
}
cSuite.Run(t, higressTests)