Add Code Coverage to Browser tests (#813)

* Using Live-code-coverage to get Code Coverage from http server
* Add a new test to pass Login form
* Add FakeUserTableSeeder to seed in testing env
* Using SESSION_DRIVER=file in travis env
* Add saucelabs connection (disable right now)
* Update composer
This commit is contained in:
Alexis Saettler
2018-01-22 18:00:31 +01:00
committed by GitHub
parent a9a6e4cdc6
commit 4f3994f94d
15 changed files with 444 additions and 52 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
<env name="QUEUE_DRIVER" value="sync"/>
</php>
<logging>
<log type="coverage-clover" target="./results/clover.xml"/>
<log type="coverage-clover" target="./results/coverage.xml"/>
<log type="junit" target="./results/junit.xml"/>
</logging>
</phpunit>