mirror of
https://github.com/danbulant/jose
synced 2026-05-19 04:18:52 +00:00
test(browsers): run all tests again
This commit is contained in:
parent
e4dc822292
commit
a25717cc08
1 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
const reporters = ["summary"];
|
||||
|
||||
if (!('CI' in process.env)) {
|
||||
reporters.push("progress");
|
||||
}
|
||||
|
||||
const browsers = {
|
||||
chrome_latest: {
|
||||
base: "BrowserStack",
|
||||
|
|
@ -96,8 +102,8 @@ module.exports = function (config) {
|
|||
"karma-browserstack-launcher",
|
||||
"karma-summary-reporter",
|
||||
],
|
||||
files: ["dist-browser-tests/keylike.js"],
|
||||
reporters: ["progress", "summary"],
|
||||
files: ["dist-browser-tests/*.js"],
|
||||
reporters,
|
||||
port: 9876,
|
||||
autoWatch: false,
|
||||
browserStack: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue