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

RP E2E Test Execution #3856

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

shubhadapaithankar
Copy link
Collaborator

Which issue this PR addresses:

Fixes: ARO-9501

What this PR does / why we need it:

This PR introduces an E2E testing stage using Docker Compose to orchestrate the RP, Selenium, and E2E test services. The pipeline pulls the required RP image from Azure Container Registry (ACR) and ensures the correct environment is set up for the E2E tests. It helps validate the end-to-end functionality of the system and ensures that tests are running using containerized RP images.

  • Why we need it: The E2E stage ensures that the entire system is tested in a environment, using containerized components (including RP) and validating workflows through Selenium for browser-based testing.
  • This change helps automate the test execution process for the complete system, ensuring that every aspect of the application functions correctly in a containerized environment before deployment.

Test plan for issue:

  1. E2E tests are executed within the pipeline's new E2E stage using Docker Compose.
  2. The tests are triggered automatically after the Containerized stage, ensuring seamless orchestration.

Is there any documentation that needs to be updated for this PR?

N/A

How do you know this will function as expected in production?

N/A

@shubhadapaithankar shubhadapaithankar force-pushed the shubhadapaithankar/ARO-9501-RP-E2E-Test branch 20 times, most recently from 319f428 to 8e25cfa Compare October 22, 2024 21:15
@shubhadapaithankar shubhadapaithankar force-pushed the shubhadapaithankar/ARO-9501-RP-E2E-Test branch 5 times, most recently from 575a09b to 821556b Compare October 22, 2024 22:34
@shubhadapaithankar shubhadapaithankar force-pushed the shubhadapaithankar/ARO-9501-RP-E2E-Test branch from 821556b to 46450c3 Compare October 22, 2024 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants