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
13 { pattern: 'npm-wasm/bin/pathkit.wasm', included:false, served:true},
15 'npm-wasm/bin/pathkit.js',
16 'tests/pathkitinit.js',
21 '/pathkit/': '/base/npm-wasm/bin/'
26 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
32 // enable / disable colors in the output (reporters and logs)
39 // enable / disable watching file and executing tests whenever any file changes
48 // Continuous Integration mode
49 // if true, Karma captures browsers, runs the tests and exits
58 … // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
66 '--no-sandbox',
67 // may help tests be less flaky
68 // https://peter.sh/experiments/chromium-command-line-switches/#browser-test
69 '--browser-test',
72 '--disable-dev-shm-usage',
81 { pattern: 'npm-asmjs/bin/pathkit.js.mem', included:false, served:true},
83 'npm-asmjs/bin/pathkit.js',
84 'tests/pathkitinit.js',
89 '/pathkit/': '/base/npm-asmjs/bin/'