Reproduction scripts#
To be able to reproduce the test behavior specified in the run configuration, the Est Shizard generates Bash scripts for each test and its dependencies.
Reproduction script and Dependency Reproduction script are saved in the <esh_root_dir>/ scripts / <suite_name> / <hash_test_name>.
Runnig script#
To run the script use the following command:
bash <esh_root_dir>/scripts/<suite_name>/<hash_test_name>.script.sh
Note
Since the shell for running the script is explicitly specified, there is no need to give the script execution permission.
To run the reproduction script in specific directory, you must specify the ROOT_DIR variable, which will be used as the base directory for all operations.
export ROOT_DIR=<custom_directory>