I am trying to run serenity with Maven. Its running and showing success but actual test is not running and report is showing blank. I've attached my proj and POM in attachment.
I just run this maven command in console:
mvn clean verify -Dtags="type:epic"
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}.
[INFO]
[INFO] --- serenity-maven-plugin:1.1.29-rc.3:aggregate (serenity-reports) @ autopost ---
[INFO] LOADING LOCAL PROPERTIES FROM /Users/scorpion/Documents/WORKSPACE/autopost/autopost/serenity.properties
[INFO] LOADING LOCAL PROPERTIES FROM /Users/scorpion/Documents/WORKSPACE/autopost/autopost/serenity.properties
[INFO] LOADING LOCAL PROPERTIES FROM /Users/scorpion/Documents/WORKSPACE/autopost/autopost/serenity.properties
[INFO] webdriver.driver=chrome
[INFO] webdriver.chrome.driver=/usr/local/chromedriver/chromedriver
[INFO] serenity.take.screenshots=AFTER_EACH_STEP
[INFO] project.build.directory : /Users/scorpion/Documents/WORKSPACE/autopost/autopost
[INFO] project.reporting.OutputDirectory : null
[INFO] OutputDirectory : /Users/scorpion/Documents/WORKSPACE/autopost/autopost/target/site/serenity
[INFO] current_project.base.dir: /Users/scorpion/Documents/WORKSPACE/autopost/autopost
Generating HTML Story Reports from /Users/scorpion/Documents/WORKSPACE/autopost/autopost/target/site/serenity
Generating HTML Story Reports to /Users/scorpion/Documents/WORKSPACE/autopost/autopost/target/site/serenity
[INFO] project.build.directory : /Users/scorpion/Documents/WORKSPACE/autopost/autopost
[INFO] project.reporting.OutputDirectory : null
[INFO] OutputDirectory : /Users/scorpion/Documents/WORKSPACE/autopost/autopost/target/site/serenity
Merging requirements = []
Merging requirements = []
Merged requirements set = []
[INFO] REPORTS GENERATED IN /Users/scorpion/Documents/WORKSPACE/autopost/autopost/target/site/serenity
[INFO] REPORT HOME PAGE: /Users/scorpion/Documents/WORKSPACE/autopost/autopost/target/site/serenity/index.html
[INFO] Generating release reports for: []
GENERATE CUSTOM REPORTS
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.005 s
[INFO] Finished at: 2016-05-05T16:37:33+07:00