mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
- @open-wc/building-rollup@1.0.0 - @open-wc/building-utils@2.16.3 - @open-wc/building-webpack@2.13.12 - @open-wc/create@0.28.3 - @open-wc/dedupe-mixin@1.2.16 - @open-wc/demoing-storybook@2.0.0 - es-dev-server@1.46.2 - @import-maps/generate@0.2.6 - @import-maps/resolve@0.2.6 - @open-wc/karma-esm@2.13.23 - @open-wc/lit-helpers@0.3.8 - @mdjs/core@0.1.9 - polyfills-loader@1.5.4 - @open-wc/rollup-plugin-html@1.0.0 - rollup-plugin-index-html@1.10.6 - @open-wc/rollup-plugin-polyfills-loader@1.0.0 - @open-wc/scoped-elements@1.0.8 - @open-wc/semantic-dom-diff@0.17.7 - storybook-addon-markdown-docs@0.2.4 - storybook-addon-web-components-knobs@0.3.6 - @open-wc/testing-helpers@1.7.1 - @open-wc/testing-karma-bs@1.3.56 - @open-wc/testing-karma@3.3.12 - @open-wc/testing@2.5.11 - @open-wc/webpack-import-meta-loader@0.4.5 - @open-wc/webpack-index-html-plugin@1.7.6
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "@open-wc/testing-karma-bs",
|
|
"version": "1.3.56",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Testing with karma using browserstack following open-wc recommendations",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-wc/open-wc.git",
|
|
"directory": "packages/testing-karma-bs"
|
|
},
|
|
"author": "open-wc",
|
|
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/testing-karma-bs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/insert-header.js",
|
|
"test": "karma start demo/karma.conf.js --coverage",
|
|
"test:bs": "karma start demo/karma.bs.conf.js --legacy --coverage",
|
|
"test:legacy": "karma start demo/karma.conf.js --legacy --coverage",
|
|
"test:legacy:watch": "karma start demo/karma.conf.js --legacy --auto-watch=true --single-run=false",
|
|
"test:watch": "karma start demo/karma.conf.js --auto-watch=true --single-run=false"
|
|
},
|
|
"files": [
|
|
"*.js"
|
|
],
|
|
"keywords": [
|
|
"testing",
|
|
"karma",
|
|
"browserstack",
|
|
"config"
|
|
],
|
|
"dependencies": {
|
|
"@open-wc/testing-karma": "^3.3.12",
|
|
"@types/node": "^11.13.0",
|
|
"karma-browserstack-launcher": "^1.0.0"
|
|
}
|
|
}
|