For bug reports and questions, please use the in-app chat or support@mabl.com.
As a QA Engineer, I want to be able to pass a data table id when running a test via the cli, so that the test running will use the correct test data needed for the test.
Current Situation: Most of our tests are using flows but each test have to use different test data to fit on specific scenario that goes through the same flows that we have. If a test is using the default value inside the flow, it may or may not be the right test data
Acceptance Criteria:
allow to pass data table id when running tests locally
For example: mabl tests run --id <test id> -e <env id> -dt <data table id>
have it also available for headless