Lines Matching +full:enable +full:- +full:integration +full:- +full:tests
1 const isDocker = require('is-docker')();
8 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
14 { pattern: 'tests/*.json', included:false, served:true},
15 'tests/testReporter.js',
17 'tests/pathkitinit.js',
18 'tests/*.spec.js'
27 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
33 // enable / disable colors in the output (reporters and logs)
40 // enable / disable watching file and executing tests whenever any file changes
49 // Continuous Integration mode
50 // if true, Karma captures browsers, runs the tests and exits
59 … // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
67 '--no-sandbox',
68 // may help tests be less flaky
69 // https://peter.sh/experiments/chromium-command-line-switches/#browser-test
70 '--browser-test',
73 '--disable-dev-shm-usage',
83 { pattern: 'tests/*.json', included:false, served:true},
84 'tests/testReporter.js',
86 'tests/pathkitinit.js',
87 'tests/*.spec.js'