mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Configs. Again.
This commit is contained in:
parent
d02423c1a5
commit
1a2e545748
|
@ -10,11 +10,9 @@
|
|||
class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- WebDriver
|
||||
- WebDriver:
|
||||
url: http://localhost:8000
|
||||
browser: phantomjs
|
||||
- \Helper\Acceptance
|
||||
- Laravel5:
|
||||
part: ORM
|
||||
config:
|
||||
WebDriver:
|
||||
url: 'http://localhost:8000'
|
||||
browser: 'phantomjs'
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- WebDriver
|
||||
- WebDriver:
|
||||
url: http://localhost:8000
|
||||
browser: phantomjs
|
||||
- \Helper\Acceptance
|
||||
config:
|
||||
WebDriver:
|
||||
url: 'http://localhost:8000'
|
||||
browser: 'phantomjs'
|
||||
- Laravel5:
|
||||
part: ORM
|
||||
|
|
Loading…
Reference in a new issue