You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
I would like to run end-to-end tests on the deployment of both front-end and backend projects which are also both in separate repositories. End2End tests have their own repositories as well.
So I believe I will add an additional source action to get the end2endtests codebases and will add another stage to run the end-to-end tests in the pipeline after deployment to the QA environment stage.
Since we are importing from two different sources, I think we will have 2 CODEBUILD_SRC_DIR dirs now?
How will I indicate which codebase to get the file to execute the test cases from? Could you please clarify how can it be done in this pipeline?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to run end-to-end tests on the deployment of both front-end and backend projects which are also both in separate repositories. End2End tests have their own repositories as well.
So I believe I will add an additional source action to get the end2endtests codebases and will add another stage to run the end-to-end tests in the pipeline after deployment to the QA environment stage.
Since we are importing from two different sources, I think we will have 2 CODEBUILD_SRC_DIR dirs now?
How will I indicate which codebase to get the file to execute the test cases from? Could you please clarify how can it be done in this pipeline?
The text was updated successfully, but these errors were encountered: