Updated readme and changelog
This commit is contained in:
parent
ae75249bed
commit
7612f862b4
|
@ -12,6 +12,7 @@
|
|||
- Added `describeIf()` to conditionally run a test suite
|
||||
- Added `itIf()` to conditionally run a test case.
|
||||
- Added merchant workflows around plugins: `uploadAndActivatePlugin()`, `activatePlugin()`, `deactivatePlugin()`, `deletePlugin()`
|
||||
- Added `deleteAllOrders` that goes through and deletes all orders
|
||||
|
||||
# 0.1.5
|
||||
|
||||
|
|
|
@ -145,6 +145,7 @@ This package provides support for enabling retries in tests:
|
|||
| `deleteAllShippingZones` | | Permanently delete all shipping zones except the default |
|
||||
| `deleteCustomerByEmail` | `emailAddress` | Delete customer user account. Posts are reassigned to user ID 1 |
|
||||
| `resetSettingsGroupToDefault` | `settingsGroup` | Reset settings in settings group to default except `select` fields |
|
||||
| `deleteAllOrders` | | Permanently delete all orders |
|
||||
|
||||
### Page Utilities
|
||||
|
||||
|
|
Loading…
Reference in New Issue