Skip to content

Automation Test Suite Tips

maven-failsafe-plugin

  • maven-failsafe-plugin provides rich features for integration and automation tests. If possible and suitable for your project case, use it
  • rerunFailingTestsCount is really useful feature to rerun failing tests at the end of the build reference.