create-eth-app icon indicating copy to clipboard operation
create-eth-app copied to clipboard

Write e2e tests

Open PaulRBerg opened this issue 4 years ago • 0 comments

As expounded in #86, writing e2e tests for Create Eth App is no easy feat. Some considerations:

  • Settle on what we want to test: template installation, functional package.json scripts, etc.
  • Settle on how we want to test: vanilla TypeScript, shell scripts, etc.
  • If applicable, settle on where to download CEA from: npm registry or a proxy like verdaccio?

Importantly, I would begin with exploring how Create React App does this. We don't want to end up reinventing the wheel.

https://github.com/facebook/create-react-app/tree/5867170df7321561f02610b759b5b268c1dd3253/tasks

PaulRBerg avatar Nov 11 '20 23:11 PaulRBerg