Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

How to run tests from a separate repository as part of the same pipeline #66

Open
s1mrankaur opened this issue Mar 19, 2021 · 0 comments

Comments

@s1mrankaur
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant