Skip to content

Instantly share code, notes, and snippets.

@lprimak
Last active August 18, 2023 05:04
Show Gist options
  • Save lprimak/131178b75e4de3b6e9c045aea81559ca to your computer and use it in GitHub Desktop.
Save lprimak/131178b75e4de3b6e9c045aea81559ca to your computer and use it in GitHub Desktop.
How to run UI tests
mvnd verify -Pui-test -Dwebdriver.chrome.driver=/usr/local/bin/chromedriver -Dwebdriver.browser=chrome -Dfailsafe.runOrder.random.seed=249080698557158 -Dtest=none -Dsurefire.failIfNoSpecifiedTests=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment