mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: use direct connect
This commit is contained in:
parent
7d53d51f29
commit
dd115c3933
1 changed files with 2 additions and 3 deletions
|
|
@ -1,13 +1,12 @@
|
|||
exports.config = {
|
||||
baseUrl: 'http://localhost:8080/',
|
||||
// directConnect: true,
|
||||
directConnect: true,
|
||||
chromeOnly: true,
|
||||
capabilities: {
|
||||
browserName: 'chrome',
|
||||
// https://github.com/angular/angular-seed/issues/381
|
||||
chromeOptions: {
|
||||
// args: ["--headless", 'no-sandbox', "--disable-gpu", "--window-size=800x600"]
|
||||
}
|
||||
|
||||
},
|
||||
allScriptsTimeout: 110000,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue