Overview
Motivated from discussions in #445 - there may be benefits to separating e2e from site for at least two reasons:
- promotes treating e2e as a separate "blackbox" view of the system its testing
- streamlining of configurations (package.json, tsconfig.json), which can be keyed in as separate projects in eslint
Overview
Motivated from discussions in #445 - there may be benefits to separating
e2efromsitefor at least two reasons: