mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Switched configs around a little
This commit is contained in:
parent
35cbf238a7
commit
0b71789274
|
@ -10,9 +10,9 @@
|
|||
class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- WebDriver
|
||||
- \Helper\Acceptance
|
||||
config:
|
||||
WebDriver:
|
||||
url: 'http://localhost:8000'
|
||||
- WebDriver:
|
||||
url: 'https://localhost:8000'
|
||||
browser: 'phantomjs'
|
||||
- \Helper\Acceptance
|
||||
- Laravel5:
|
||||
part: ORM
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- WebDriver
|
||||
- \Helper\Acceptance
|
||||
config:
|
||||
WebDriver:
|
||||
url: 'http://localhost:8000'
|
||||
- WebDriver:
|
||||
url: 'https://localhost:8000'
|
||||
browser: 'phantomjs'
|
||||
- \Helper\Acceptance
|
||||
- Laravel5:
|
||||
part: ORM
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- WebDriver
|
||||
- \Helper\Acceptance
|
||||
config:
|
||||
WebDriver:
|
||||
- WebDriver:
|
||||
url: 'https://snipe-it.dev:1337'
|
||||
browser: 'firefox'
|
||||
- \Helper\Acceptance
|
||||
- Laravel5:
|
||||
part: ORM
|
||||
|
|
Loading…
Reference in a new issue