feat(connector): add integration status to feature matrix (#8351)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2025-08-21 20:12:08 +05:30
committed by GitHub
parent 8d398c623d
commit 6d984d4859
119 changed files with 1500 additions and 214 deletions

View File

@ -185,8 +185,7 @@ Cypress.Commands.add("ListConnectorsFeatureMatrixCall", (globalState) => {
response.body.connectors.forEach((item) => {
expect(item).to.have.property("description").and.not.empty;
expect(item).to.have.property("category").and.not.empty;
expect(item).to.have.property("supported_payment_methods").and.not
.empty;
expect(item).to.have.property("integration_status").and.not.empty;
});
});
});