I\'ve combed StackOverflow and many other sites, have found many other related posts and have followed all said suggestions, but in the end, failsafe is skipping my
I'm using java 8, failsafe plugin version 2.22.2 => tests not running problem, to solve this I added next:
org.apache.maven.plugins maven-failsafe-plugin ${surefire.plugin.version} org.apache.maven.surefire surefire-junit47 2.22.2 integration integration-test integration-test verify verify verify