collections
Property | Description | Type | Required |
---|---|---|---|
key | Collection ID | string | true |
testIds | List of test IDs in the collection | array | true |
beforeAllIds | List of beforeAll IDs in the collection | array | |
afterAllIds | List of afterAll IDs in the collection | array |
Example
Collections.yml
collections:
smokeTests:
testIds:
- loginTest
- restaurantOrderTest
beforeAllIds:
- register
afterAllIds:
- deleteAccount