You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description.
Testing cache cleanup, indexing, tax, checking exceptions on all pages, etc.
Tests
Tech note
bin/magento admin:user:create --admin-user=admin --admin-password=test123 [email protected] --admin-firstname=John --admin-lastname=Doe
The text was updated successfully, but these errors were encountered: