Revert app url to use the default that CI relies on

pull/21833/head
Germain Souquet 2021-05-14 12:49:32 +01:00
parent 89832eff9e
commit cbf6457857
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const fs = require("fs");
const program = require('commander');
program
.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('--slow-mo', "type at a human speed", false)
.option('--dev-tools', "open chrome devtools in browser window", false)