thinknimble / tn-spa-bootstrapper

A production-ready Django SPA app on Heroku in 20-min or less!
https://tn-spa-bootstrapper-staging.herokuapp.com/
MIT License
8 stars 9 forks source link

Cypress test example for Vue #55

Closed oudeismetis closed 4 weeks ago

oudeismetis commented 2 years ago

Login and account creation now exist, so we should add Cypress test support with one or two thoughtful test examples. For simplicity, Cypress should point at the Heroku Review App for a PR and should point to Staging when it is run against the main branch.

oudeismetis commented 2 years ago

These tests are for the generated project, but should be run on bootstrapper PRs as well (if we can) to validate that new bootstrapper changes don't break functionality in the generated apps.

oudeismetis commented 1 year ago

Partially completed. There is a test for login but account creation isn't tested. These tested could also be a little more verbose to serve as a good example for other devs

whusterj commented 4 weeks ago

We're migrating to Playwright, so I will make this a to-do of #330