This commit is contained in:
AlecM33
2022-02-25 18:28:20 -05:00
parent 85fcaacb5b
commit 090e9f64fd
4 changed files with 864 additions and 8 deletions

View File

@@ -0,0 +1,21 @@
{
"srcDir": "src",
"srcFiles": [
"**/*.js"
],
"specDir": "spec",
"specFiles": [
"**/*[sS]pec.js"
],
"helpers": [
"helpers/**/*.js"
],
"env": {
"stopSpecOnExpectationFailure": false,
"stopOnSpecFailure": false,
"random": true
},
"browser": {
"name": "headlessChrome"
}
}