TODO 744 B

12345678910111213141516171819202122232425262728293031
  1. [x] add prettier
  2. [x] add simple login test
  3. [x] add simple create account test
  4. [x] create account
  5. [x] check the account is created
  6. [ ] move to gitlab from notabug to leverage CI and tasks
  7. [ ] create actors by roles (like `actorCalled('Jimmy').whoCan(workAs('Sales'))`)
  8. [ ] find correct credentials by role
  9. [ ] clean up data
  10. Stuff to do:
  11. UI
  12. [ ] quick login
  13. [ ] switch apps in Salesforce
  14. [ ] go to urls by id
  15. [ ] track toasts
  16. Salesforce API
  17. [x] create records
  18. [ ] insert records
  19. [ ] delete records
  20. [ ] call apex methods
  21. [ ] call AuraEnabled methods
  22. [x] query records
  23. [ ] unflaky apex async
  24. Framework
  25. [ ] decrypt password
  26. [ ] move config to wdio config instead of separate file