Best practice for fixtures

What are the best practices for setting up and using fixtures currently?

https://github.com/xolvio/automated-testing-best-practices is what have been building my testing setup from. It is great. Just looking for some pointers on the fixtures side of things.

I found Ryan Swapp likes to make his fixtures in a package. Looks interesting. https://github.com/ryanswapp/react-cucumber/tree/master/app/packages/fixtures

2 Likes

So not sure how I missed this, but fixtures are in the xolvio repo for automated testing best practices:

https://github.com/xolvio/automated-testing-best-practices/blob/master/tests/features/step_definitions/domain/support/fixtures/account-holder-fixtures.js

And here’s the 1.3 version too :wink:

1 Like

This like no longer seems to work.