Open kptdobe opened 4 years ago
I think it would be beneficial having everything related to a project - including testing/ops code - in the same repo. For instance, we could keep it in a "hidden" .operations
folder which Helix Pages would refuse to deliver.
There are pros of having the tests in a separate repo: the initial concern is to keep the code adobe/theblog repo as minimal as possible (like no
package.json
needed until now but is required for the tests). But there are also cons, one being that automation still requires some code or config in the original repo (mainly.circleci/config.yaml
). This code / config will only refer to code stored outside (in theblog-tests).The question here is mainly to reconsider if we should move the content of this repo inside adobe/theblog, maybe in a dedicated subfolder.
@davidnuescheler WDYT ?
cc @rofe