Execution and Reporting

SKF is a maven plugin. So an SKF automation project is a maven project. You’ll need maven and a jdk installed on your system.

To execute your tests, list your tests, etc … , you will have to use the maven goals we create to handle them. Currently 3 goals are defined :

  • run : this goal handles the execution of your tests.
  • list : this goal handles the listing of your tests.
  • check-metadata : this goal handles some checks on TF metadata in SKF test scripts.