Running Your First Mock Test
Prerequisites
For single environment
Move to the root directory of the project and run the following command:
TASK=01 make run_cks_mockFor multiple users or multiple environments
Move to the root directory of the project and run the following command:
USER_ID='user1' ENV_ID='01' TASK=01 make run_cks_mockDelete Your Scenario
For single environment
Move to the root directory of the project and run the following command:
For multiple users or multiple environments
Move to the root directory of the project and run the following command:
Last updated