Last active
August 18, 2023 05:04
-
-
Save lprimak/131178b75e4de3b6e9c045aea81559ca to your computer and use it in GitHub Desktop.
How to run UI tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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