Framework Mode - Acceptance criteria verification
Folder Structure
acceptance-tests/ ├── features/ │ ├── login.feature │ ├── checkout.feature │ └── user-registration.feature ├── step_definitions/ │ ├── login_steps.js │ ├── checkout_steps.js │ └── user_registration_steps.js ├── support/ │ ├── world.js │ ├── hooks.js │ └── helpers.js ├── config/ │ ├── env.json │ └── credentials.json ├── reports/ │ └── acceptance-report.html └── package.json