mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-28 18:01:46 +02:00
Revert app url to use the default that CI relies on
This commit is contained in:
parent
89832eff9e
commit
cbf6457857
@ -22,7 +22,7 @@ const fs = require("fs");
|
|||||||
const program = require('commander');
|
const program = require('commander');
|
||||||
program
|
program
|
||||||
.option('--no-logs', "don't output logs, document html on error", false)
|
.option('--no-logs', "don't output logs, document html on error", false)
|
||||||
.option('--app-url [url]', "url to test", "http://localhost:8080")
|
.option('--app-url [url]', "url to test", "http://localhost:5000")
|
||||||
.option('--windowed', "dont run tests headless", false)
|
.option('--windowed', "dont run tests headless", false)
|
||||||
.option('--slow-mo', "type at a human speed", false)
|
.option('--slow-mo', "type at a human speed", false)
|
||||||
.option('--dev-tools', "open chrome devtools in browser window", false)
|
.option('--dev-tools', "open chrome devtools in browser window", false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user