Skip to content

Conversation

@deepikaSingh2711
Copy link
Collaborator

@deepikaSingh2711 deepikaSingh2711 commented Nov 24, 2025

Describe your changes

Automation tests for Multitenant scenario

1)To run Integration test for single tenant use this command

TENANCY_MODEL=single npm run integration-test

2)To run Integration test for Multi tenant (tenant 1) use this command

TENANCY_MODEL=multi TENANT=TENANT1 npm run integration-test

3)To run Integration test for Multi tenant (tenant 2) use this command

TENANCY_MODEL=multi TENANT=TENANT2 npm run integration-test

wiki documenttaion

https://wiki.one.int.sap/wiki/display/sapecm/Integration+testing+for+SDM+CAP+Plugin

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist before requesting a review

  • I have tested the functionality on my cloud environment.
  • I have provided sufficient automated/ unit tests for the code.
  • I have increased or maintained the test coverage.
  • I have ran integration tests on my cloud environment.
  • I have validated blackduck portal for any vulnerability after my commit.

Upload Screenshots/lists of the scenarios tested

  • I have Uploaded Screenshots or added lists of the scenarios tested in description
    Single tenant
Screenshot 2025-11-24 at 2 23 37 PM

multi tenant 1
Screenshot 2025-11-24 at 2 19 57 PM

multi tenant 2
Screenshot 2025-11-24 at 2 19 43 PM

@deepikaSingh2711 deepikaSingh2711 marked this pull request as ready for review November 24, 2025 11:16
@deepikaSingh2711 deepikaSingh2711 changed the title multitenant Integration tests multitenant Integration setup Nov 25, 2025
@deepikaSingh2711 deepikaSingh2711 changed the title multitenant Integration setup multitenant Integration tests setup Nov 25, 2025
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.

2 participants