Skipping UI tests in GitHub Actions

This commit is contained in:
n1474335 2021-08-10 14:26:33 +01:00
parent 5b1fad118f
commit 8379a9b275
5 changed files with 17 additions and 10 deletions

View file

@ -8,7 +8,7 @@
"launch_url": "http://localhost:8080",
"webdriver": {
"start_process": true,
"server_path": "./node_modules/chromedriver/lib/chromedriver/chromedriver",
"server_path": "./node_modules/.bin/chromedriver",
"port": 9515,
"log_path": false
},