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.
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.
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.