Good examples of fixture.js and other test setups

I’m looking for good examples of fixture in velocity. There are a few examples but they are very simple.

E.g. I need to create default users and use it everywhere in my tests, but there are no good example for that.

Does anyone could share what they to for proper test setup?