adobe / theblog-tests

Apache License 2.0
1 stars 3 forks source link

Consider moving the content of this repo back to adobe/theblog #3

Open kptdobe opened 4 years ago

kptdobe commented 4 years ago

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

rofe commented 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.