Use snake_case when creating new folders ex => test_results
Prefer data generation within the test spec, avoid the [mystery guest].
Modified
Prefer business logic to be tested within the test spec (ie not in a PageObject or helper). Simple text assertions (ie i18n) are allowed in PageObjects.
Rearranged a few things (use before prefer).
Added
test_results
Modified