Running a test (.story file) from terminal

Hi all, I am automating with appium on an ios simulator and I wish to run my tests from the terminal.
Any thoughts?

e.g. move to maven. you can start your tests like:
mvn clean test -DsuiteXmlFile=src/test/java/recources/some_test_xml.xml

Thanks for your answer.
Two questions:

  1. By move to maven you mean cd into its bin directory?
  2. To run .story files should I just replace …XmlFile with …StoryFile ?

1 move project to maven
2 when you move you will get it :slight_smile: