Open DCarper opened 4 years ago
Need to get at least a basic acceptance test implemented.
Suggested toolchain: mocha/chai
Implementation: shell out running create-react-admin-amplify-app command, fetch the HTML with JS and do a basic check on a content header or similar???
create-react-admin-amplify-app
I'd try with jest first since I have a ton of experience with it. For end-to-end web testing maybe cypress
jest
cypress
Okay I've seen jest in a lot of my googles, if you're good with it lets do it
Need to get at least a basic acceptance test implemented.
Suggested toolchain: mocha/chai
Implementation: shell out running
create-react-admin-amplify-app
command, fetch the HTML with JS and do a basic check on a content header or similar???