How to seed database for testing?

You can run your seeds inside the test_helper.exs file. It’s always evaluated before the tests.

Michał.