carlnewton / habitat

GNU Affero General Public License v3.0
21 stars 1 forks source link

Application tests #8

Open carlnewton opened 6 months ago

carlnewton commented 6 months ago

Application tests that use an in-memory sqlite database and automatically populate the database with test fixtures creating scenarios. I ran into some issues getting the schema created automatically.

carlnewton commented 5 months ago

I'm thinking that Cypress might be a good option for this now. I was originally going to use Symfony's application tests, but Cypress might be more robust and feature rich due to wider usage.