Skip to main content

collections

PropertyDescriptionTypeRequired
keyCollection IDstringtrue
testIdsList of test IDs in the collectionarraytrue
beforeAllIdsList of beforeAll IDs in the collectionarray
afterAllIdsList of afterAll IDs in the collectionarray

Example

Collections.yml
collections:
smokeTests:
testIds:
- loginTest
- restaurantOrderTest
beforeAllIds:
- register
afterAllIds:
- deleteAccount