Run test suite from the command line.

Is there are way to run a test suite from the command line?

The use case is simple, we run TeamCity (Continuous Integration & Build Server) and when project is built and all unit tests are passed I want to execute Eggplant’s test suite.

I know that Eggplant has scheduler, but it does not help in this case.

Chapter 11 of the Eggplant Reference will set you free. :smiley:

Thank you !

Enlightning indeed !