mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Try adding phantom as the browser
This commit is contained in:
parent
4a7b0c0d0f
commit
269944ecdf
|
@ -12,7 +12,7 @@ class_name: AcceptanceTester
|
||||||
modules:
|
modules:
|
||||||
enabled:
|
enabled:
|
||||||
- WebDriver:
|
- WebDriver:
|
||||||
url: 'https://snipe-it.dev:1337'
|
url: https://snipe-it.dev:1337
|
||||||
browser: phantomjs
|
browser: phantomjs
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -21,3 +21,4 @@ env:
|
||||||
config:
|
config:
|
||||||
WebDriver:
|
WebDriver:
|
||||||
url: http://localhost:8000
|
url: http://localhost:8000
|
||||||
|
browser: phantomjs
|
||||||
|
|
Loading…
Reference in a new issue