mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix typo
This commit is contained in:
parent
e1312f3e20
commit
295b70009d
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ cd <zeppelin_home>/zeppelin-interpreter/src/main/thrift
|
|||
|
||||
### Run Selenium test
|
||||
|
||||
Zeppelin has [set of integration tests](https://github.com/apache/zeppelin/tree/master/zeppelin-server/src/test/java/org/apache/zeppelin/integration) using Selenium. To run these test, first build and run Zeppelin and make sure Zeppelin is running on port 8080. Then you can run test using folowing command
|
||||
Zeppelin has [set of integration tests](https://github.com/apache/zeppelin/tree/master/zeppelin-server/src/test/java/org/apache/zeppelin/integration) using Selenium. To run these test, first build and run Zeppelin and make sure Zeppelin is running on port 8080. Then you can run test using following command
|
||||
|
||||
```
|
||||
TEST_SELENIUM=true mvn test -Dtest=[TEST_NAME] -DfailIfNoTests=false -pl 'zeppelin-interpreter,zeppelin-zengine,zeppelin-server'
|
||||
|
|
|
|||
Loading…
Reference in a new issue