magento2-cypress-testing-suite icon indicating copy to clipboard operation
magento2-cypress-testing-suite copied to clipboard

Admin tests

Open peterjaap opened this issue 3 years ago • 0 comments

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

peterjaap avatar Jan 18 '22 12:01 peterjaap