Custom version for the our products
Removed all beforeEach/afterEach hook in favor of before/after hooks. This speeds up testing and prevents the system from duplicating data on each test.
Also changed user to person which is specific to our applications. Will refactor this to support customization.