ynnckth / pizza-time

Exploring and implementing state-of-the-art practices and tech when using ReactJS
0 stars 0 forks source link

Deploy to test environment & introduce environment e2e smoke tests #19

Closed ynnckth closed 2 years ago

ynnckth commented 2 years ago

Immediately after deploying to a test environment we want to trigger a set of non-intrusive (read-only) environment e2e smoke tests against that deployed environment.

This is part of a continuous delivery pipeline and should be a pre-condition for an automated production release.

TODO:

ynnckth commented 2 years ago

Consider Heroku free tier dockerized deployment for backend and github pages for frontend