test: use verbose spec reporter (#778)

Co-authored-by: Christopher J. Brody <chris@brody.consulting>
Co-authored-by: Raphael von der Grün <raphinesse@users.noreply.github.com>
This commit is contained in:
Chris Brody
2019-07-14 15:36:46 -04:00
committed by GitHub
parent 38c6627999
commit 989b4cc913
5 changed files with 41 additions and 0 deletions
+3
View File
@@ -3,6 +3,9 @@
"spec_files": [
"e2e/**/*[sS]pec.js"
],
"helpers": [
"helper.js"
],
"stopSpecOnExpectationFailure": false,
"random": false
}