mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
chore: run pml independently (#5604)
This commit is contained in:
@ -1250,7 +1250,7 @@ Cypress.Commands.add(
|
|||||||
"saveCardConfirmCallTest",
|
"saveCardConfirmCallTest",
|
||||||
(saveCardConfirmBody, req_data, res_data, globalState) => {
|
(saveCardConfirmBody, req_data, res_data, globalState) => {
|
||||||
const paymentIntentID = globalState.get("paymentID");
|
const paymentIntentID = globalState.get("paymentID");
|
||||||
if (req_data.setup_future_usage === "on_session"){
|
if (req_data.setup_future_usage === "on_session") {
|
||||||
saveCardConfirmBody.card_cvc = req_data.payment_method_data.card.card_cvc;
|
saveCardConfirmBody.card_cvc = req_data.payment_method_data.card.card_cvc;
|
||||||
}
|
}
|
||||||
saveCardConfirmBody.payment_token = globalState.get("paymentToken");
|
saveCardConfirmBody.payment_token = globalState.get("paymentToken");
|
||||||
|
|||||||
@ -9,6 +9,7 @@
|
|||||||
"cypress:ci": "npx cypress run --headless",
|
"cypress:ci": "npx cypress run --headless",
|
||||||
"cypress:payments": "cypress run --headless --spec 'cypress/e2e/PaymentTest/**/*'",
|
"cypress:payments": "cypress run --headless --spec 'cypress/e2e/PaymentTest/**/*'",
|
||||||
"cypress:payouts": "cypress run --headless --spec 'cypress/e2e/PayoutTest/**/*'",
|
"cypress:payouts": "cypress run --headless --spec 'cypress/e2e/PayoutTest/**/*'",
|
||||||
|
"cypress:payment-method-list": "cypress run --headless --spec 'cypress/e2e/PaymentMethodListTest/**/*'",
|
||||||
"cypress:routing": "cypress run --headless --spec 'cypress/e2e/RoutingTest/**/*'"
|
"cypress:routing": "cypress run --headless --spec 'cypress/e2e/RoutingTest/**/*'"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user