Change WebAuthn tests execution in docs

This commit is contained in:
Martin Bartoš 2021-12-06 14:35:23 +01:00 committed by Marek Posolda
parent 5283db86c4
commit 08fccf5a9f

View file

@ -509,8 +509,8 @@ The support for the Virtual Authenticators came from Selenium 4.
#### Run all WebAuthN tests
```
mvn -f testsuite/integration-arquillian/tests/other/webauthn/pom.xml clean test \
-Dbrowser=chrome
mvn -f testsuite/integration-arquillian/tests/other/pom.xml clean test \
-Dbrowser=chrome -Pwebauthn
```
#### Troubleshooting