Skip to content

Instantly share code, notes, and snippets.

@a-oleynik
Last active November 30, 2025 16:46
Show Gist options
  • Select an option

  • Save a-oleynik/449c454e17ee7324da87f3fce3eb6cf3 to your computer and use it in GitHub Desktop.

Select an option

Save a-oleynik/449c454e17ee7324da87f3fce3eb6cf3 to your computer and use it in GitHub Desktop.
Modern Test Execution With Maven
Goal Command
Run smoke tests mvn test -Dgroups=Smoke
Exclude flaky tests mvn test -DexcludedGroups=Flaky
Run multiple suites mvn test -Dgroups="UI,Critical"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment