12345678910111213141516171819202122232425262728293031 |
- [x] add prettier
- [x] add simple login test
- [x] add simple create account test
- [x] create account
- [x] check the account is created
- [ ] move to gitlab from notabug to leverage CI and tasks
- [ ] create actors by roles (like `actorCalled('Jimmy').whoCan(workAs('Sales'))`)
- [ ] find correct credentials by role
- [ ] clean up data
- Stuff to do:
- UI
- [ ] quick login
- [ ] switch apps in Salesforce
- [ ] go to urls by id
- [ ] track toasts
- Salesforce API
- [x] create records
- [ ] insert records
- [ ] delete records
- [ ] call apex methods
- [ ] call AuraEnabled methods
- [x] query records
- [ ] unflaky apex async
- Framework
- [ ] decrypt password
- [ ] move config to wdio config instead of separate file
|