Project

General

Profile

action #59139

Updated by riafarov over 4 years ago

## Motivation 
 Sometime we have same schedule, but different test data. Even though it's possible to move test data to separate file, we cannot reuse same schedule. 

 ## Acceptance criteria 
 1. There is a variable which overrides yaml test data 
 2. Documentation is updated accordingly 

 ## Suggestions 
 1. We should warn the user in case test data is overridden (in case defined in multiple places) 
 2. We might forbid to import test data in case schedule is defined in the yaml 
 3. Test variable can be used here

Back