Table of Contents |
---|
Users can download a tool which serves to bootstrap an environment suitable for Apica YAML scripting and compile YAML scripts to ZebraTester format.
...
Info |
---|
Using the ASM GUI is the preferred method of creating ApicaYAML scripts and converting them into ZebraTester, as it is much easier than downloading and installing the standalone package! Refer to the article Edit Create New Apica YAML Script for more information on creating, compiling, and running scripts directly from the ASM GUI. |
...
Open a Command Prompt and navigate to the /ZebraCLISolutions solutions folder you created earlier, which is in the /ZebraCLISolutions folder. In the below screenshot, the name of our solutions folder is “PYTEST”, which is a child folder of ZebraCLISolutions.
From the /ZebraCLISolutions folder, run the
zebracli.bat
file which is located in ./ApicaYAML (of course, you will need to specify the full path to thezebracli.bat
file). If your folder structure has been correctly set up and if you have a solution placed in the /ZebraCLISolutions folder, you should see the following output which gives you a list of all of the files which are available to run (that is, a list of the .yaml files which can be converted to .prxdat):Select the yml file to compile to .prxdat by pressing the corresponding key on your keyboard (1, 2, 3, etc)
If you see the following output, your script has been successfully compiled into a runnable ZebraTester script!
...