mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
69478aea58
* Avoid populating db manually. Instead rely on a seeded database existing and use api/fucntional tests based on that. * Seed the Setting object with default values. * Update Setting seeder to match web default. Also only generate one Setting instance.
15 lines
315 B
YAML
15 lines
315 B
YAML
class_name: ApiTester
|
|
modules:
|
|
enabled:
|
|
- \Helper\Api
|
|
- REST:
|
|
url: /api/v1
|
|
depends: Laravel5
|
|
timeout: 10
|
|
- Asserts
|
|
config:
|
|
- Laravel5:
|
|
environment_file: .env.tests
|
|
disable_middleware: true
|
|
cleanup: true
|