I used allure-maven:2.8:report, and below this is the result. I only run 1 test case -> result = 1 testcase
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.446 s
[INFO] Finished at: 2018-07-10T11:44:12+07:00
[INFO] ------------------------------------------------------------------------
=> but, when I view my allure report, result = 2 test case
I used allure-maven:2.8:report, and below this is the result. I only run 1 test case -> result = 1 testcase [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.446 s [INFO] Finished at: 2018-07-10T11:44:12+07:00 [INFO] ------------------------------------------------------------------------ => but, when I view my allure report, result = 2 test case