mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
d54dda40d3
* Rely on laravel transactions instead of refreshing the database dump between functional test runs. Cuts functional test runtime by 75%. Also use mysql to seed directly. * Split functional tests into two groups on travis to reduce overall memory usage. Any new tests will need to be added to one of these two files before they are run on travis. running all functional tests simultaneously still works locally. * Fix name of test in group.
9 lines
289 B
Plaintext
9 lines
289 B
Plaintext
tests/functional/AccessoriesCest.php
|
|
tests/functional/AssetModelsCest.php
|
|
tests/functional/AssetsCest.php
|
|
tests/functional/CategoriesCest.php
|
|
tests/functional/CompaniesCest.php
|
|
tests/functional/ComponentsCest.php
|
|
tests/functional/ConsumablesCest.php
|
|
tests/functional/DepreciationsCest.php
|