Skip to content

ci(cypress): add MOCK_PAYMENTS_CONNECTORS_BATCH_4 for novalnet and checkout#13349

Open
venkatakarthikm-maker wants to merge 9 commits into
mainfrom
mock4
Open

ci(cypress): add MOCK_PAYMENTS_CONNECTORS_BATCH_4 for novalnet and checkout#13349
venkatakarthikm-maker wants to merge 9 commits into
mainfrom
mock4

Conversation

@venkatakarthikm-maker

@venkatakarthikm-maker venkatakarthikm-maker commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Type of Change

  • CI/CD

Description

Adds a new mock connector batch (MOCK_PAYMENTS_CONNECTORS_BATCH_4) covering novalnet and checkout, and adds mifinity to 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 by mifinity missing from the NTID exclusion list.

How did you test it?

Ran the Cypress 25-ConnectorAgnosticNTID.cy.js spec locally against the updated exclusion list.

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@venkatakarthikm-maker venkatakarthikm-maker self-assigned this Jul 16, 2026
@venkatakarthikm-maker
venkatakarthikm-maker requested review from a team as code owners July 16, 2026 12:39
@venkatakarthikm-maker venkatakarthikm-maker added the S-test-ready Status: This PR is ready for cypress-tests label Jul 16, 2026
@semanticdiff-com

semanticdiff-com Bot commented Jul 16, 2026

Copy link
Copy Markdown

Review changes with  SemanticDiff

Changed Files
File Status
  .github/workflows/cypress-tests-runner.yml  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Utils.js  0% smaller

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>
@HS-QUALIBOT HS-QUALIBOT changed the title Mock4 ci(cypress): add MOCK_PAYMENTS_CONNECTORS_BATCH_4 for novalnet and checkout Jul 16, 2026
Removed 'authorizedotnet' from MOCK_PAYMENTS_CONNECTORS_BATCH_1.
@github-actions github-actions Bot removed the S-test-ready Status: This PR is ready for cypress-tests label Jul 16, 2026
@venkatakarthikm-maker venkatakarthikm-maker added the S-test-ready Status: This PR is ready for cypress-tests label Jul 16, 2026
@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@c9443bd). Learn more about missing BASE report.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Updated MOCK_PAYMENTS_CONNECTORS_BATCH_4 to include 'mifinity'.
@github-actions github-actions Bot removed the S-test-ready Status: This PR is ready for cypress-tests label Jul 16, 2026
@venkatakarthikm-maker venkatakarthikm-maker added the S-test-ready Status: This PR is ready for cypress-tests label Jul 16, 2026
@github-actions github-actions Bot removed the S-test-ready Status: This PR is ready for cypress-tests label Jul 16, 2026
@venkatakarthikm-maker venkatakarthikm-maker added the S-test-ready Status: This PR is ready for cypress-tests label Jul 16, 2026
@github-actions github-actions Bot removed the S-test-ready Status: This PR is ready for cypress-tests label Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci(cypress): add mock connector batch for novalnet and checkout

1 participant