Skip to content

ci(cypress): Add Session Token Testcases#6683

Merged
likhinbopanna merged 9 commits intomainfrom
session_usecase
Jan 6, 2025
Merged

ci(cypress): Add Session Token Testcases#6683
likhinbopanna merged 9 commits intomainfrom
session_usecase

Conversation

@Gnanasundari24
Copy link
Contributor

@Gnanasundari24 Gnanasundari24 commented Nov 27, 2024

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Added Session Token Call Testcases in cypress

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

To include session token testcases in automation.

How did you test it?

Screenshot 2024-11-27 at 6 35 26 PM Screenshot 2024-12-23 at 6 30 29 PM Screenshot 2024-12-23 at 6 31 16 PM

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

@Gnanasundari24 Gnanasundari24 requested a review from a team as a code owner November 27, 2024 13:57
@semanticdiff-com
Copy link

semanticdiff-com bot commented Nov 27, 2024

@Gnanasundari24 Gnanasundari24 self-assigned this Nov 27, 2024
@Gnanasundari24 Gnanasundari24 added A-CI-CD Area: Continuous Integration/Deployment C-test Category: Tests labels Nov 27, 2024
@Gnanasundari24 Gnanasundari24 added this to the November 2024 Release milestone Nov 27, 2024
@Gnanasundari24 Gnanasundari24 changed the title ci(cypress) : Add Session Token Testcases ci(cypress): Add Session Token Testcases Nov 27, 2024
@pixincreate pixincreate added the S-needs-conflict-resolution Status: This PR needs conflicts to be resolved by the author label Dec 16, 2024
@arindam-sahoo arindam-sahoo requested a review from a team as a code owner December 17, 2024 08:07
Accept: "application/json",
"Content-Type": "application/json",
"api-key": globalState.get("publishableKey"),
"x-merchant-domain": "hyperswitch - demo - store.netlify.app",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the space intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is how we are sending in frontend

Copy link
Member

@SanchithHegde SanchithHegde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI workflow changes look good to me!

@pixincreate pixincreate added S-waiting-on-review Status: This PR has been implemented and needs to be reviewed and removed S-needs-conflict-resolution Status: This PR needs conflicts to be resolved by the author labels Jan 3, 2025
@likhinbopanna likhinbopanna added this pull request to the merge queue Jan 6, 2025
Merged via the queue into main with commit 84a4fb1 Jan 6, 2025
@likhinbopanna likhinbopanna deleted the session_usecase branch January 6, 2025 10:21
pixincreate added a commit to Ankesh2004/hyperswitch that referenced this pull request Jan 9, 2025
…r-verifyurl-in-redirection-handler

* 'main' of github.com:juspay/hyperswitch: (30 commits)
  test(cypress): add test for In Memory Cache (juspay#6961)
  chore(version): 2025.01.09.1
  fix(dummyconnector): add tenant id in dummyconnector requests (juspay#7008)
  chore(version): 2025.01.09.0
  fix(cypress): backup and restore sessions when using user apis (juspay#6978)
  feat(users): handle edge features for users in tenancy (juspay#6990)
  chore(dynamic-fields): [Worldpay] update dynamic fields for payments (juspay#7002)
  chore(version): 2025.01.08.0
  fix: consider status of payment method before filtering wallets in list pm (juspay#7004)
  feat(core): add columns unified error code and error message in refund table (juspay#6933)
  feat(connector): [Fiuu] Consume transaction id for error cases for Fiuu (juspay#6998)
  docs(cypress): update cypress documentation (juspay#6956)
  chore(version): 2025.01.07.0
  chore(keymanager): add tenant-id to keymanager requests (juspay#6968)
  ci(cypress): Add Session Token Testcases (juspay#6683)
  Ci(Cypress): Add PML test and Dynamic Fields Test for Novalnet (juspay#6544)
  chore(version): 2025.01.06.0
  ci(cypress): fix adyen sofort in cypress (juspay#6984)
  chore: add migrations for Currency type in DB (juspay#6980)
  chore(version): 2025.01.03.0
  ...
@SanchithHegde SanchithHegde removed the S-waiting-on-review Status: This PR has been implemented and needs to be reviewed label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CI-CD Area: Continuous Integration/Deployment C-test Category: Tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants