torchbox / wagtail-template

A Django template for starting new Wagtail projects with Vagrant. NO LONGER MAINTANED
19 stars 8 forks source link

Functional Tests #17

Open kaedroho opened 9 years ago

kaedroho commented 9 years ago

Since we're encouraging best practices, even though we don't use them often. I think it might be nice to add some functional tests to the project template. Having these in the template would make it much easier for developers on a project to add their own as the system would already be setup.

For those who don't know. Functional tests (as opposed to unit tests) simulate a user browsing the website. All the tests run inside a web browser so you can test both frontend and backend code with them.

niceguydave commented 8 years ago

Are you able to update this issue? I'm currently using Wagtail for a small side project and would like to know if/how you've implemented this.