Running Automated Tests
Adding test automation to your build pipelines supports continuous integration, and allows you to implement and test new features as early as possible.
In Eggplant DAI, you can trigger a set of tests, or test configuration, from the command line. To do this, you need to install and run a CLI tool:
-
Download the CLI for your platform. The following platforms are supported:
- Windows
- OSX: Big Sur and Monterey
- Linux: CentOS 7 and Ubuntu 16.
-
Run the
.exe
from the command line. Refer Run test config:The
.exe
runs until the test config is complete.- If the test config runs successfully, it will complete with an exit code of
0
. - Other exit codes indicate that the test config has failed.
- If the test config runs successfully, it will complete with an exit code of