magento2-cypress-testing-suite
magento2-cypress-testing-suite copied to clipboard
Admin tests
Description.
Testing cache cleanup, indexing, tax, checking exceptions on all pages, etc.
Tests
- [ ] Admin panel is working properly
- [ ] Orders are added correctly after placing
- [ ] Invoices are created automatically after placing the order and can be changed/viewed
- [ ] Customer info can be viewed and adjusted
- [ ] An order can be modified after placing the order
Tech note
- Before orders come back to the backend the cron has to be run first
- The admin login is best done via a fixture, this requires of course that an admin login has been created
bin/magento admin:user:create --admin-user=admin --admin-password=test123 [email protected] --admin-firstname=John --admin-lastname=Doe