dependencies and changes to test in firefox headlessly

This commit is contained in:
Jack Case
2025-12-09 23:34:27 +00:00
parent 5ddb857cfa
commit 31a184be14
4 changed files with 12 additions and 5 deletions

View File

@@ -3,9 +3,9 @@ export default {
// srcFiles should usually be left empty when using ES modules, because you'll
// explicitly import sources from your specs.
srcFiles: [],
specDir: ".",
specDir: "./spec",
specFiles: [
"spec/**/*[sS]pec.?(m)js"
"**/*[sS]pec.?(m)js"
],
helpers: [
"spec/helpers/**/*.?(m)js"
@@ -33,6 +33,7 @@ export default {
hostname: "localhost",
browser: {
name: "firefox"
name: "firefox",
headless: true
}
};