This is an automated email from the ASF dual-hosted git repository.
young pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
from 2d7e1947b feat: add Turkish (tr) language support (#3252)
add b28b8841f test: add E2E tests for Consumer Groups (#3086) (#3250)
No new revisions were added by this update.
Summary of changes:
e2e/pom/{upstreams.ts => consumer_groups.ts} | 28 ++--
e2e/tests/consumer_groups.crud-all-fields.spec.ts | 173 +++++++++++++++++++++
.../consumer_groups.crud-required-fields.spec.ts | 147 +++++++++++++++++
...s.list.spec.ts => consumer_groups.list.spec.ts} | 68 ++++----
src/apis/consumer_groups.ts | 24 ++-
5 files changed, 387 insertions(+), 53 deletions(-)
copy e2e/pom/{upstreams.ts => consumer_groups.ts} (64%)
create mode 100644 e2e/tests/consumer_groups.crud-all-fields.spec.ts
create mode 100644 e2e/tests/consumer_groups.crud-required-fields.spec.ts
copy e2e/tests/{upstreams.list.spec.ts => consumer_groups.list.spec.ts} (50%)