ci(cypress): add MOCK_PAYMENTS_CONNECTORS_BATCH_4 for novalnet and checkout#13349
Open
venkatakarthikm-maker wants to merge 9 commits into
Open
ci(cypress): add MOCK_PAYMENTS_CONNECTORS_BATCH_4 for novalnet and checkout#13349venkatakarthikm-maker wants to merge 9 commits into
venkatakarthikm-maker wants to merge 9 commits into
Conversation
Changed Files
|
Keep only the runner batch-4 config and Utils.js exclusion list changes in this PR. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Removed 'authorizedotnet' from MOCK_PAYMENTS_CONNECTORS_BATCH_1.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13349 +/- ##
=======================================
Coverage ? 0
=======================================
Files ? 0
Lines ? 0
Branches ? 0
=======================================
Hits ? 0
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Updated MOCK_PAYMENTS_CONNECTORS_BATCH_4 to include 'mifinity'.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
Adds a new mock connector batch (
MOCK_PAYMENTS_CONNECTORS_BATCH_4) coveringnovalnetandcheckout, and addsmifinityto the Connector Agnostic NTID exclusion list since it's a wallet-only connector that doesn't support card mandates/network_transaction_id.Closes #13350
Motivation and Context
Extends mock connector coverage in the Cypress runner and fixes a spec failure (
network_transaction_id: expected undefined to exist) caused bymifinitymissing from the NTID exclusion list.How did you test it?
Ran the Cypress
25-ConnectorAgnosticNTID.cy.jsspec locally against the updated exclusion list.Checklist
cargo +nightly fmt --allcargo clippy