As a test author, I want an easy way to create fixtures that are used across tests
- fixtures are singleton resources that can be used across tests
Priority: Must Have
Acceptance Criteria:
- Create a user fixture and use it in more than one test
- Create a page fixture and use it in more than one test