Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(cypress): Add Session Token Testcases #6683

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Gnanasundari24
Copy link
Contributor

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-11-27 at 6 41 46 PM Screenshot 2024-11-27 at 7 13 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
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
Comment on lines +134 to +140
merchant_identifier:
"6ACD34193A900BA07E215155E3647CF4759340CF486BABAEE6C0840F9267AB10",
psp_id:
"6ACD34193A900BA07E215155E3647CF4759340CF486BABAEE6C0840F9267AB10",
operational_analytics_identifier:
"Apple pay:6ACD34193A900BA07E215155E3647CF4759340CF486BABAEE6C0840F9267AB10",
domain_name: "hyperswitch-demo-store.netlify.app",
Copy link
Contributor

Choose a reason for hiding this comment

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

are those dummy values?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Merchant identifier which is in the encrypted format

Copy link
Contributor

Choose a reason for hiding this comment

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

move this to creds.json file it should not be hardcoded here

Comment on lines +135 to +139
"6ACD34193A900BA07E215155E3647CF4759340CF486BABAEE6C0840F9267AB10",
psp_id:
"6ACD34193A900BA07E215155E3647CF4759340CF486BABAEE6C0840F9267AB10",
operational_analytics_identifier:
"Apple pay:6ACD34193A900BA07E215155E3647CF4759340CF486BABAEE6C0840F9267AB10",
Copy link
Contributor

Choose a reason for hiding this comment

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

remove/replace with dummy values if not already

Copy link
Contributor

Choose a reason for hiding this comment

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

move this to creds.json file it should not be hardcoded here

@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
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 S-needs-conflict-resolution Status: This PR needs conflicts to be resolved by the author
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants